Html Css Color HEX #39966D Eucalyptus

📋 copy color: '#39966D'

red 57 ◦ green 150 ◦ blue 109

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

Shades of Eucalyptus #39966D

Tints of Eucalyptus #39966D

RGB

 RED value IS 57 (22.66% from 255) = 18.04%

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

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

R = 18.04%
G = 47.47%
B = 34.49%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#39966D (or 0x39966D) is known color: Eucalyptus. HEX triplet: 39, 96 and 6D. RGB value is (57,150,109). Sum of RGB (Red+Green+Blue) = 57+150+109=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #39966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39966D is #C66992. Grayscale: #757575. Windows color (decimal): -13003155 or 7181881. OLE color: 7181881.

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

Color convert

RGB 57 150 109 -
CMYK 0.62 0 0.27 0.41
HSL 153.55º 0.45% 0.41% -
HSV(B) 153.55º 0.62% 0.59% -
XYZ 15.35 23.79 18.25 -
YUV 117.52 123.19 84.83 -
System Red Green Blue C M Y K H S L
Decimal 57 150 109 0.62 0 0.27 0.41 153.55 0.45 0.41
Hex 39 96 6D 3E 0 1B 29 9A 2D 29
Octal 71 226 155 76 0 33 51 232 55 51
Binary 111001 10010110 1101101 111110 0 11011 101001 10011010 101101 101001

Color Harmonies of #39966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39966D

Black with #39966D

Text Example


Text Example

White with #39966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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