#399872

Color #399872 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #399872

Tints of Eucalyptus #399872

Color information

#399872 (or 0x399872) is unknown color: approx Eucalyptus. HEX triplet: 39, 98 and 72. RGB value is (57,152,114). Sum of RGB (Red+Green+Blue) = 57+152+114=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #399872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399872 is #C6678D. Grayscale: #777777. Windows color (decimal): -13002638 or 7510073. OLE color: 7510073.

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

Color convert

RGB57152114-
CMYK0.6200.250.40
HSL156º45.45%40.98%-
HSV(B)156º62.5%59.61%-
XYZ15.9524.5419.82-
YUV119.26125.0383.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=17.65%
G=47.06%
B=35.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571521140.6200.250.4015645.4540.98
Hex3998723E019289c2d29
Octal7123016276031502345551
Binary11100110011000111001011111001100110100010011100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399872; }

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

 H1.HeaderClassName
 {
   color: #399872;
 }
 .AnyTagClassName
 {
   color: #399872;
 }
</style>
background-color css

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

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

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

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

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

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