Html Css Color HEX #39995D Eucalyptus

📋 copy color: '#39995D'

red 57 ◦ green 153 ◦ blue 93

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

Shades of Eucalyptus #39995D

Tints of Eucalyptus #39995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.5%

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

R = 18.81%
G = 50.5%
B = 30.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#39995D (or 0x39995D) is known color: Eucalyptus. HEX triplet: 39, 99 and 5D. RGB value is (57,153,93). Sum of RGB (Red+Green+Blue) = 57+153+93=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #39995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39995D is #C666A2. Grayscale: #757575. Windows color (decimal): -13002403 or 6134073. OLE color: 6134073.

HSL color Cylindrical-coordinate representation of color #39995D: hue angle of 142.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39995D is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 153 93 -
CMYK 0.63 0 0.39 0.4
HSL 142.5º 0.46% 0.41% -
HSV(B) 142.5º 0.63% 0.6% -
XYZ 15.05 24.44 14.28 -
YUV 117.46 114.2 84.88 -
System Red Green Blue C M Y K H S L
Decimal 57 153 93 0.63 0 0.39 0.4 142.5 0.46 0.41
Hex 39 99 5D 3F 0 27 28 8E 2E 29
Octal 71 231 135 77 0 47 50 216 56 51
Binary 111001 10011001 1011101 111111 0 100111 101000 10001110 101110 101001

Color Harmonies of #39995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39995D

Black with #39995D

Text Example


Text Example

White with #39995D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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