#42A03D

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

Shades of Fruit Salad #42A03D

Tints of Fruit Salad #42A03D

Color information

#42A03D (or 0x42A03D) is unknown color: approx Fruit Salad. HEX triplet: 42, A0 and 3D. RGB value is (66,160,61). Sum of RGB (Red+Green+Blue) = 66+160+61=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #42A03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A03D is #BD5FC2. Grayscale: #787878. Windows color (decimal): -12410819 or 4038722. OLE color: 4038722.

HSL color Cylindrical-coordinate representation of color #42A03D: hue angle of 116.97º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42A03D is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB6616061-
CMYK0.5900.620.37
HSL116.97º44.8%43.33%-
HSV(B)116.97º61.87%62.75%-
XYZ15.6626.648.73-
YUV120.6194.3689.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 160 (62.89% from 255) = 55.75%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=23.00%
G=55.75%
B=21.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66160610.5900.620.37116.9744.843.33
Hex42A03D3B03E25752d2b
Octal1022407573076451655553
Binary10000101010000011110111101101111101001011110101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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