Html Css Color HEX #39985D Eucalyptus

📋 copy color: '#39985D'

red 57 ◦ green 152 ◦ blue 93

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

Shades of Eucalyptus #39985D

Tints of Eucalyptus #39985D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 18.87%
G = 50.33%
B = 30.79%

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

#39985D (or 0x39985D) is known color: Eucalyptus. HEX triplet: 39, 98 and 5D. RGB value is (57,152,93). Sum of RGB (Red+Green+Blue) = 57+152+93=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #39985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39985D is #C667A2. Grayscale: #757575. Windows color (decimal): -13002659 or 6133817. OLE color: 6133817.

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

Color convert

RGB 57 152 93 -
CMYK 0.62 0 0.39 0.40
HSL 142.74º 0.45% 0.41% -
HSV(B) 142.74º 0.63% 0.6% -
XYZ 14.89 24.12 14.23 -
YUV 116.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 57 152 93 0.62 0 0.39 0.40 142.74 0.45 0.41
Hex 39 98 5D 3E 0 27 28 8F 2D 29
Octal 71 230 135 76 0 47 50 217 55 51
Binary 111001 10011000 1011101 111110 0 100111 101000 10001111 101101 101001

Color Harmonies of #39985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39985D

Black with #39985D

Text Example


Text Example

White with #39985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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