Html Css Color HEX #399164 Eucalyptus

📋 copy color: '#399164'

red 57 ◦ green 145 ◦ blue 100

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

Shades of Eucalyptus #399164

Tints of Eucalyptus #399164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 18.87%
G = 48.01%
B = 33.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#399164 (or 0x399164) is known color: Eucalyptus. HEX triplet: 39, 91 and 64. RGB value is (57,145,100). Sum of RGB (Red+Green+Blue) = 57+145+100=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #399164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399164 is #C66E9B. Grayscale: #717171. Windows color (decimal): -13004444 or 6590777. OLE color: 6590777.

HSL color Cylindrical-coordinate representation of color #399164: hue angle of 149.32º 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 #399164 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 145 100 -
CMYK 0.61 0 0.31 0.43
HSL 149.32º 0.44% 0.4% -
HSV(B) 149.32º 0.61% 0.57% -
XYZ 14.11 22.04 15.57 -
YUV 113.56 120.35 87.66 -
System Red Green Blue C M Y K H S L
Decimal 57 145 100 0.61 0 0.31 0.43 149.32 0.44 0.4
Hex 39 91 64 3D 0 1F 2B 95 2C 28
Octal 71 221 144 75 0 37 53 225 54 50
Binary 111001 10010001 1100100 111101 0 11111 101011 10010101 101100 101000

Color Harmonies of #399164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399164

Black with #399164

Text Example


Text Example

White with #399164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399164; }

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

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

background-color css

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

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

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

border-color css

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

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

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