Html Css Color HEX #39965C Eucalyptus

📋 copy color: '#39965C'

red 57 ◦ green 150 ◦ blue 92

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

Shades of Eucalyptus #39965C

Tints of Eucalyptus #39965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 19.06%
G = 50.17%
B = 30.77%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#39965C (or 0x39965C) is known color: Eucalyptus. HEX triplet: 39, 96 and 5C. RGB value is (57,150,92). Sum of RGB (Red+Green+Blue) = 57+150+92=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #39965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39965C is #C669A3. Grayscale: #737373. Windows color (decimal): -13003172 or 6067769. OLE color: 6067769.

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

Color convert

RGB 57 150 92 -
CMYK 0.62 0 0.39 0.41
HSL 142.58º 0.45% 0.41% -
HSV(B) 142.58º 0.62% 0.59% -
XYZ 14.53 23.46 13.89 -
YUV 115.58 114.69 86.22 -
System Red Green Blue C M Y K H S L
Decimal 57 150 92 0.62 0 0.39 0.41 142.58 0.45 0.41
Hex 39 96 5C 3E 0 27 29 8F 2D 29
Octal 71 226 134 76 0 47 51 217 55 51
Binary 111001 10010110 1011100 111110 0 100111 101001 10001111 101101 101001

Color Harmonies of #39965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39965C

Black with #39965C

Text Example


Text Example

White with #39965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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