Html Css Color HEX #42956A Eucalyptus

📋 copy color: '#42956A'

red 66 ◦ green 149 ◦ blue 106

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

Shades of Eucalyptus #42956A

Tints of Eucalyptus #42956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.42%

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 20.56%
G = 46.42%
B = 33.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#42956A (or 0x42956A) is known color: Eucalyptus. HEX triplet: 42, 95 and 6A. RGB value is (66,149,106). Sum of RGB (Red+Green+Blue) = 66+149+106=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #42956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42956A is #BD6A95. Grayscale: #777777. Windows color (decimal): -12413590 or 6985026. OLE color: 6985026.

HSL color Cylindrical-coordinate representation of color #42956A: hue angle of 148.92º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42956A is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 149 106 -
CMYK 0.56 0 0.29 0.42
HSL 148.92º 0.39% 0.42% -
HSV(B) 148.92º 0.56% 0.58% -
XYZ 15.6 23.69 17.39 -
YUV 119.28 120.5 90 -
System Red Green Blue C M Y K H S L
Decimal 66 149 106 0.56 0 0.29 0.42 148.92 0.39 0.42
Hex 42 95 6A 38 0 1D 2A 95 27 2A
Octal 102 225 152 70 0 35 52 225 47 52
Binary 1000010 10010101 1101010 111000 0 11101 101010 10010101 100111 101010

Color Harmonies of #42956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42956A

Black with #42956A

Text Example


Text Example

White with #42956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42956A; }

 p { color: rgb(66,149,106); }

 H1.HeaderClassName
 {
   color: #42956A;
 }
 .AnyTagClassName
 {
   color: #42956A;
 }
</style>

background-color css

<style>
 a { background-color: #42956A; }

 a { background-color: rgb(66,149,106); }

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

border-color css

<style>
 span { border-color: #42956A; }

 span { border-color: rgb(66,149,106); }

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