Html Css Color HEX #42A539 Fruit Salad

📋 copy color: '#42A539'

red 66 ◦ green 165 ◦ blue 57

#42A539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #42A539

Tints of Fruit Salad #42A539

RGB

 RED value IS 66 (26.17% from 255) = 22.92%

 GREEN value IS 165 (64.84% from 255) = 57.29%

 BLUE value IS 57 (22.66% from 255) = 19.79%

R = 22.92%
G = 57.29%
B = 19.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#42A539 (or 0x42A539) is known color: Fruit Salad. HEX triplet: 42, A5 and 39. RGB value is (66,165,57). Sum of RGB (Red+Green+Blue) = 66+165+57=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 165 (64.84% from 255 or 57.29% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 165 - color contains mainly: green. Hex color #42A539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A539 is #BD5AC6. Grayscale: #7B7B7B. Windows color (decimal): -12409543 or 3777858. OLE color: 3777858.

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

Color convert

RGB 66 165 57 -
CMYK 0.60 0 0.65 0.35
HSL 115º 0.49% 0.44% -
HSV(B) 115º 0.65% 0.65% -
XYZ 16.44 28.36 8.48 -
YUV 123.09 90.7 87.28 -
System Red Green Blue C M Y K H S L
Decimal 66 165 57 0.60 0 0.65 0.35 115 0.49 0.44
Hex 42 A5 39 3C 0 41 23 73 31 2C
Octal 102 245 71 74 0 101 43 163 61 54
Binary 1000010 10100101 111001 111100 0 1000001 100011 1110011 110001 101100

Color Harmonies of #42A539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A539

Black with #42A539

Text Example


Text Example

White with #42A539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42A539;
 }
 .AnyTagClassName
 {
   color: #42A539;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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