Html Css Color HEX #40956B Eucalyptus

📋 copy color: '#40956B'

red 64 ◦ green 149 ◦ blue 107

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

Shades of Eucalyptus #40956B

Tints of Eucalyptus #40956B

RGB

 RED value IS 64 (25.39% from 255) = 20%

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

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

R = 20%
G = 46.56%
B = 33.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#40956B (or 0x40956B) is known color: Eucalyptus. HEX triplet: 40, 95 and 6B. RGB value is (64,149,107). Sum of RGB (Red+Green+Blue) = 64+149+107=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #40956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40956B is #BF6A94. Grayscale: #767676. Windows color (decimal): -12544661 or 7050560. OLE color: 7050560.

HSL color Cylindrical-coordinate representation of color #40956B: hue angle of 150.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40956B is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 149 107 -
CMYK 0.57 0 0.28 0.42
HSL 150.35º 0.4% 0.42% -
HSV(B) 150.35º 0.57% 0.58% -
XYZ 15.52 23.65 17.66 -
YUV 118.8 121.34 88.92 -
System Red Green Blue C M Y K H S L
Decimal 64 149 107 0.57 0 0.28 0.42 150.35 0.4 0.42
Hex 40 95 6B 39 0 1C 2A 96 28 2A
Octal 100 225 153 71 0 34 52 226 50 52
Binary 1000000 10010101 1101011 111001 0 11100 101010 10010110 101000 101010

Color Harmonies of #40956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40956B

Black with #40956B

Text Example


Text Example

White with #40956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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