#42A53D

Color #42A53D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #42A53D

Tints of Fruit Salad #42A53D

Color information

#42A53D (or 0x42A53D) is unknown color: approx Fruit Salad. HEX triplet: 42, A5 and 3D. RGB value is (66,165,61). Sum of RGB (Red+Green+Blue) = 66+165+61=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 165 (64.84% from 255 or 56.51% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 165 - color contains mainly: green. Hex color #42A53D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A53D is #BD5AC2. Grayscale: #7B7B7B. Windows color (decimal): -12409539 or 4040002. OLE color: 4040002.

HSL color Cylindrical-coordinate representation of color #42A53D: hue angle of 117.12º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42A53D is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB6616561-
CMYK0.6000.630.35
HSL117.12º46.02%44.31%-
HSV(B)117.12º63.03%64.71%-
XYZ16.5428.419.03-
YUV123.5492.786.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 165 (64.84% from 255) = 56.51%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=22.60%
G=56.51%
B=20.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66165610.6000.630.35117.1246.0244.31
Hex42A53D3C03F23752e2c
Octal1022457574077431655654
Binary10000101010010111110111110001111111000111110101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A53D; }

 p { color: rgb(66,165,61); }

 H1.HeaderClassName
 {
   color: #42A53D;
 }
 .AnyTagClassName
 {
   color: #42A53D;
 }
</style>
background-color css

<style>
 a { background-color: #42A53D; }

 a { background-color: rgb(66,165,61); }

 div.DivClassName
 {
   background-color: #42A53D;
 }
 .BgClassName
 {
   background-color: #42A53D;
 }
</style>
border-color css

<style>
 span { border-color: #42A53D; }

 span { border-color: rgb(66,165,61); }

 td.TdClassName
 {
   border-color: #42A53D;
 }
 .TagClassName
 {
   border-color: #42A53D;
 }
</style>