Html Css Color HEX #40986B Eucalyptus

📋 copy color: '#40986B'

red 64 ◦ green 152 ◦ blue 107

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

Shades of Eucalyptus #40986B

Tints of Eucalyptus #40986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.06%

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

R = 19.81%
G = 47.06%
B = 33.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#40986B (or 0x40986B) is known color: Eucalyptus. HEX triplet: 40, 98 and 6B. RGB value is (64,152,107). Sum of RGB (Red+Green+Blue) = 64+152+107=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #40986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40986B is #BF6794. Grayscale: #787878. Windows color (decimal): -12543893 or 7051328. OLE color: 7051328.

HSL color Cylindrical-coordinate representation of color #40986B: hue angle of 149.32º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40986B is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 152 107 -
CMYK 0.58 0 0.30 0.40
HSL 149.32º 0.41% 0.42% -
HSV(B) 149.32º 0.58% 0.6% -
XYZ 16 24.61 17.82 -
YUV 120.56 120.35 87.66 -
System Red Green Blue C M Y K H S L
Decimal 64 152 107 0.58 0 0.30 0.40 149.32 0.41 0.42
Hex 40 98 6B 3A 0 1E 28 95 29 2A
Octal 100 230 153 72 0 36 50 225 51 52
Binary 1000000 10011000 1101011 111010 0 11110 101000 10010101 101001 101010

Color Harmonies of #40986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40986B

Black with #40986B

Text Example


Text Example

White with #40986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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