#398D67

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

Shades of Eucalyptus #398D67

Tints of Eucalyptus #398D67

Color information

#398D67 (or 0x398D67) is unknown color: approx Eucalyptus. HEX triplet: 39, 8D and 67. RGB value is (57,141,103). Sum of RGB (Red+Green+Blue) = 57+141+103=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #398D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398D67 is #C67298. Grayscale: #6F6F6F. Windows color (decimal): -13005465 or 6786361. OLE color: 6786361.

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

Color convert

RGB57141103-
CMYK0.6000.270.45
HSL152.86º42.42%38.82%-
HSV(B)152.86º59.57%55.29%-
XYZ13.6620.916.15-
YUV111.55123.1789.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.94%
GREEN value IS 141 (55.47% from 255) = 46.84%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=18.94%
G=46.84%
B=34.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571411030.6000.270.45152.8642.4238.82
Hex398D673C01B2D992a27
Octal7121514774033552315247
Binary11100110001101110011111110001101110110110011001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,141,103); }

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

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

 a { background-color: rgb(57,141,103); }

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

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

 span { border-color: rgb(57,141,103); }

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