Html Css Color HEX #399168 Eucalyptus

📋 copy color: '#399168'

red 57 ◦ green 145 ◦ blue 104

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

Shades of Eucalyptus #399168

Tints of Eucalyptus #399168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 18.63%
G = 47.39%
B = 33.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#399168 (or 0x399168) is known color: Eucalyptus. HEX triplet: 39, 91 and 68. RGB value is (57,145,104). Sum of RGB (Red+Green+Blue) = 57+145+104=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #399168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399168 is #C66E97. Grayscale: #727272. Windows color (decimal): -13004440 or 6852921. OLE color: 6852921.

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

Color convert

RGB 57 145 104 -
CMYK 0.61 0 0.28 0.43
HSL 152.05º 0.44% 0.4% -
HSV(B) 152.05º 0.61% 0.57% -
XYZ 14.31 22.12 16.61 -
YUV 114.01 122.35 87.33 -
System Red Green Blue C M Y K H S L
Decimal 57 145 104 0.61 0 0.28 0.43 152.05 0.44 0.4
Hex 39 91 68 3D 0 1C 2B 98 2C 28
Octal 71 221 150 75 0 34 53 230 54 50
Binary 111001 10010001 1101000 111101 0 11100 101011 10011000 101100 101000

Color Harmonies of #399168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399168

Black with #399168

Text Example


Text Example

White with #399168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399168; }

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

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

background-color css

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

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

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

border-color css

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

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

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