Html Css Color HEX #42956B Eucalyptus

📋 copy color: '#42956B'

red 66 ◦ green 149 ◦ blue 107

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

Shades of Eucalyptus #42956B

Tints of Eucalyptus #42956B

RGB

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

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

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

R = 20.5%
G = 46.27%
B = 33.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#42956B (or 0x42956B) is known color: Eucalyptus. HEX triplet: 42, 95 and 6B. RGB value is (66,149,107). Sum of RGB (Red+Green+Blue) = 66+149+107=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #42956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42956B is #BD6A94. Grayscale: #777777. Windows color (decimal): -12413589 or 7050562. OLE color: 7050562.

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

Color convert

RGB 66 149 107 -
CMYK 0.56 0 0.28 0.42
HSL 149.64º 0.39% 0.42% -
HSV(B) 149.64º 0.56% 0.58% -
XYZ 15.65 23.71 17.66 -
YUV 119.4 121 89.92 -
System Red Green Blue C M Y K H S L
Decimal 66 149 107 0.56 0 0.28 0.42 149.64 0.39 0.42
Hex 42 95 6B 38 0 1C 2A 96 27 2A
Octal 102 225 153 70 0 34 52 226 47 52
Binary 1000010 10010101 1101011 111000 0 11100 101010 10010110 100111 101010

Color Harmonies of #42956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42956B

Black with #42956B

Text Example


Text Example

White with #42956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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