Html Css Color HEX #42966D Eucalyptus

📋 copy color: '#42966D'

red 66 ◦ green 150 ◦ blue 109

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

Shades of Eucalyptus #42966D

Tints of Eucalyptus #42966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.15%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 20.31%
G = 46.15%
B = 33.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#42966D (or 0x42966D) is known color: Eucalyptus. HEX triplet: 42, 96 and 6D. RGB value is (66,150,109). Sum of RGB (Red+Green+Blue) = 66+150+109=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #42966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42966D is #BD6992. Grayscale: #787878. Windows color (decimal): -12413331 or 7181890. OLE color: 7181890.

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

Color convert

RGB 66 150 109 -
CMYK 0.56 0 0.27 0.41
HSL 150.71º 0.39% 0.42% -
HSV(B) 150.71º 0.56% 0.59% -
XYZ 15.91 24.08 18.28 -
YUV 120.21 121.67 89.33 -
System Red Green Blue C M Y K H S L
Decimal 66 150 109 0.56 0 0.27 0.41 150.71 0.39 0.42
Hex 42 96 6D 38 0 1B 29 97 27 2A
Octal 102 226 155 70 0 33 51 227 47 52
Binary 1000010 10010110 1101101 111000 0 11011 101001 10010111 100111 101010

Color Harmonies of #42966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42966D

Black with #42966D

Text Example


Text Example

White with #42966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42966D; }

 p { color: rgb(66,150,109); }

 H1.HeaderClassName
 {
   color: #42966D;
 }
 .AnyTagClassName
 {
   color: #42966D;
 }
</style>

background-color css

<style>
 a { background-color: #42966D; }

 a { background-color: rgb(66,150,109); }

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

border-color css

<style>
 span { border-color: #42966D; }

 span { border-color: rgb(66,150,109); }

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