Html Css Color HEX #399165 Eucalyptus

📋 copy color: '#399165'

red 57 ◦ green 145 ◦ blue 101

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

Shades of Eucalyptus #399165

Tints of Eucalyptus #399165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.85%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 18.81%
G = 47.85%
B = 33.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#399165 (or 0x399165) is known color: Eucalyptus. HEX triplet: 39, 91 and 65. RGB value is (57,145,101). Sum of RGB (Red+Green+Blue) = 57+145+101=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #399165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399165 is #C66E9A. Grayscale: #717171. Windows color (decimal): -13004443 or 6656313. OLE color: 6656313.

HSL color Cylindrical-coordinate representation of color #399165: hue angle of 150º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399165 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 145 101 -
CMYK 0.61 0 0.30 0.43
HSL 150º 0.44% 0.4% -
HSV(B) 150º 0.61% 0.57% -
XYZ 14.16 22.06 15.82 -
YUV 113.67 120.85 87.58 -
System Red Green Blue C M Y K H S L
Decimal 57 145 101 0.61 0 0.30 0.43 150 0.44 0.4
Hex 39 91 65 3D 0 1E 2B 96 2C 28
Octal 71 221 145 75 0 36 53 226 54 50
Binary 111001 10010001 1100101 111101 0 11110 101011 10010110 101100 101000

Color Harmonies of #399165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399165

Black with #399165

Text Example


Text Example

White with #399165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399165; }

 p { color: rgb(57,145,101); }

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

background-color css

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

 a { background-color: rgb(57,145,101); }

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

border-color css

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

 span { border-color: rgb(57,145,101); }

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