#388D66

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

Shades of Eucalyptus #388D66

Tints of Eucalyptus #388D66

Color information

#388D66 (or 0x388D66) is unknown color: approx Eucalyptus. HEX triplet: 38, 8D and 66. RGB value is (56,141,102). Sum of RGB (Red+Green+Blue) = 56+141+102=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #388D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388D66 is #C77299. Grayscale: #6F6F6F. Windows color (decimal): -13071002 or 6720824. OLE color: 6720824.

HSL color Cylindrical-coordinate representation of color #388D66: hue angle of 152.47º degrees, saturation: 0.43, 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 #388D66 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB56141102-
CMYK0.6000.280.45
HSL152.47º43.15%38.63%-
HSV(B)152.47º60.28%55.29%-
XYZ13.5520.8515.88-
YUV111.14122.8488.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 141 (55.47% from 255) = 47.16%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=18.73%
G=47.16%
B=34.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561411020.6000.280.45152.4743.1538.63
Hex388D663C01C2D982b27
Octal7021514674034552305347
Binary11100010001101110011011110001110010110110011000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388D66; }

 p { color: rgb(56,141,102); }

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

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

 a { background-color: rgb(56,141,102); }

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

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

 span { border-color: rgb(56,141,102); }

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