Html Css Color HEX #42976C Eucalyptus

📋 copy color: '#42976C'

red 66 ◦ green 151 ◦ blue 108

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

Shades of Eucalyptus #42976C

Tints of Eucalyptus #42976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.46%

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 20.31%
G = 46.46%
B = 33.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#42976C (or 0x42976C) is known color: Eucalyptus. HEX triplet: 42, 97 and 6C. RGB value is (66,151,108). Sum of RGB (Red+Green+Blue) = 66+151+108=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #42976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42976C is #BD6893. Grayscale: #787878. Windows color (decimal): -12413076 or 7116610. OLE color: 7116610.

HSL color Cylindrical-coordinate representation of color #42976C: hue angle of 149.65º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42976C is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 151 108 -
CMYK 0.56 0 0.28 0.41
HSL 149.65º 0.39% 0.43% -
HSV(B) 149.65º 0.56% 0.59% -
XYZ 16.02 24.37 18.05 -
YUV 120.68 120.84 89 -
System Red Green Blue C M Y K H S L
Decimal 66 151 108 0.56 0 0.28 0.41 149.65 0.39 0.43
Hex 42 97 6C 38 0 1C 29 96 27 2B
Octal 102 227 154 70 0 34 51 226 47 53
Binary 1000010 10010111 1101100 111000 0 11100 101001 10010110 100111 101011

Color Harmonies of #42976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42976C

Black with #42976C

Text Example


Text Example

White with #42976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42976C; }

 p { color: rgb(66,151,108); }

 H1.HeaderClassName
 {
   color: #42976C;
 }
 .AnyTagClassName
 {
   color: #42976C;
 }
</style>

background-color css

<style>
 a { background-color: #42976C; }

 a { background-color: rgb(66,151,108); }

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

border-color css

<style>
 span { border-color: #42976C; }

 span { border-color: rgb(66,151,108); }

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