Html Css Color HEX #39985C Eucalyptus

📋 copy color: '#39985C'

red 57 ◦ green 152 ◦ blue 92

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

Shades of Eucalyptus #39985C

Tints of Eucalyptus #39985C

RGB

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

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

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

R = 18.94%
G = 50.5%
B = 30.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#39985C (or 0x39985C) is known color: Eucalyptus. HEX triplet: 39, 98 and 5C. RGB value is (57,152,92). Sum of RGB (Red+Green+Blue) = 57+152+92=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #39985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39985C is #C667A3. Grayscale: #747474. Windows color (decimal): -13002660 or 6068281. OLE color: 6068281.

HSL color Cylindrical-coordinate representation of color #39985C: hue angle of 142.11º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39985C is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 152 92 -
CMYK 0.62 0 0.39 0.40
HSL 142.11º 0.45% 0.41% -
HSV(B) 142.11º 0.63% 0.6% -
XYZ 14.85 24.1 13.99 -
YUV 116.76 114.03 85.38 -
System Red Green Blue C M Y K H S L
Decimal 57 152 92 0.62 0 0.39 0.40 142.11 0.45 0.41
Hex 39 98 5C 3E 0 27 28 8E 2D 29
Octal 71 230 134 76 0 47 50 216 55 51
Binary 111001 10011000 1011100 111110 0 100111 101000 10001110 101101 101001

Color Harmonies of #39985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39985C

Black with #39985C

Text Example


Text Example

White with #39985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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