Html Css Color HEX #39965F Eucalyptus

📋 copy color: '#39965F'

red 57 ◦ green 150 ◦ blue 95

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

Shades of Eucalyptus #39965F

Tints of Eucalyptus #39965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 18.87%
G = 49.67%
B = 31.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#39965F (or 0x39965F) is known color: Eucalyptus. HEX triplet: 39, 96 and 5F. RGB value is (57,150,95). Sum of RGB (Red+Green+Blue) = 57+150+95=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #39965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39965F is #C669A0. Grayscale: #747474. Windows color (decimal): -13003169 or 6264377. OLE color: 6264377.

HSL color Cylindrical-coordinate representation of color #39965F: hue angle of 144.52º 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 #39965F is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 150 95 -
CMYK 0.62 0 0.37 0.41
HSL 144.52º 0.45% 0.41% -
HSV(B) 144.52º 0.62% 0.59% -
XYZ 14.66 23.51 14.59 -
YUV 115.92 116.19 85.97 -
System Red Green Blue C M Y K H S L
Decimal 57 150 95 0.62 0 0.37 0.41 144.52 0.45 0.41
Hex 39 96 5F 3E 0 25 29 91 2D 29
Octal 71 226 137 76 0 45 51 221 55 51
Binary 111001 10010110 1011111 111110 0 100101 101001 10010001 101101 101001

Color Harmonies of #39965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39965F

Black with #39965F

Text Example


Text Example

White with #39965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39965F; }

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

 H1.HeaderClassName
 {
   color: #39965F;
 }
 .AnyTagClassName
 {
   color: #39965F;
 }
</style>

background-color css

<style>
 a { background-color: #39965F; }

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

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

border-color css

<style>
 span { border-color: #39965F; }

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

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