#398F5C

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

Shades of Eucalyptus #398F5C

Tints of Eucalyptus #398F5C

Color information

#398F5C (or 0x398F5C) is unknown color: approx Eucalyptus. HEX triplet: 39, 8F and 5C. RGB value is (57,143,92). Sum of RGB (Red+Green+Blue) = 57+143+92=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 143 (56.25% from 255 or 48.97% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 143 - color contains mainly: green. Hex color #398F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398F5C is #C670A3. Grayscale: #6F6F6F. Windows color (decimal): -13004964 or 6065977. OLE color: 6065977.

HSL color Cylindrical-coordinate representation of color #398F5C: hue angle of 144.42º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398F5C is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB5714392-
CMYK0.6000.360.44
HSL144.42º43%39.22%-
HSV(B)144.42º60.14%56.08%-
XYZ13.4421.2913.53-
YUV111.47117.0189.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.52%
GREEN value IS 143 (56.25% from 255) = 48.97%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=19.52%
G=48.97%
B=31.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57143920.6000.360.44144.424339.22
Hex398F5C3C0242C902b27
Octal7121713474044542205347
Binary111001100011111011100111100010010010110010010000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,143,92); }

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

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

 a { background-color: rgb(57,143,92); }

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

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

 span { border-color: rgb(57,143,92); }

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