#398C5F

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

Shades of Eucalyptus #398C5F

Tints of Eucalyptus #398C5F

Color information

#398C5F (or 0x398C5F) is unknown color: approx Eucalyptus. HEX triplet: 39, 8C and 5F. RGB value is (57,140,95). Sum of RGB (Red+Green+Blue) = 57+140+95=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #398C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398C5F is #C673A0. Grayscale: #6E6E6E. Windows color (decimal): -13005729 or 6261817. OLE color: 6261817.

HSL color Cylindrical-coordinate representation of color #398C5F: hue angle of 147.47º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398C5F is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB5714095-
CMYK0.5900.320.45
HSL147.47º42.13%38.63%-
HSV(B)147.47º59.29%54.9%-
XYZ13.1320.4514.08-
YUV110.05119.590.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.52%
GREEN value IS 140 (55.08% from 255) = 47.95%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=19.52%
G=47.95%
B=32.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57140950.5900.320.45147.4742.1338.63
Hex398C5F3B0202D932a27
Octal7121413773040552235247
Binary111001100011001011111111011010000010110110010011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398C5F; }

 p { color: rgb(57,140,95); }

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

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

 a { background-color: rgb(57,140,95); }

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

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

 span { border-color: rgb(57,140,95); }

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