Html Css Color HEX #42976B Eucalyptus

📋 copy color: '#42976B'

red 66 ◦ green 151 ◦ blue 107

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

Shades of Eucalyptus #42976B

Tints of Eucalyptus #42976B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.02%

R = 20.37%
G = 46.6%
B = 33.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#42976B (or 0x42976B) is known color: Eucalyptus. HEX triplet: 42, 97 and 6B. RGB value is (66,151,107). Sum of RGB (Red+Green+Blue) = 66+151+107=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #42976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42976B is #BD6894. Grayscale: #787878. Windows color (decimal): -12413077 or 7051074. OLE color: 7051074.

HSL color Cylindrical-coordinate representation of color #42976B: hue angle of 148.94º 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 #42976B is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 151 107 -
CMYK 0.56 0 0.29 0.41
HSL 148.94º 0.39% 0.43% -
HSV(B) 148.94º 0.56% 0.59% -
XYZ 15.97 24.35 17.77 -
YUV 120.57 120.34 89.08 -
System Red Green Blue C M Y K H S L
Decimal 66 151 107 0.56 0 0.29 0.41 148.94 0.39 0.43
Hex 42 97 6B 38 0 1D 29 95 27 2B
Octal 102 227 153 70 0 35 51 225 47 53
Binary 1000010 10010111 1101011 111000 0 11101 101001 10010101 100111 101011

Color Harmonies of #42976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42976B

Black with #42976B

Text Example


Text Example

White with #42976B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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