#388E69

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

Shades of Eucalyptus #388E69

Tints of Eucalyptus #388E69

Color information

#388E69 (or 0x388E69) is unknown color: approx Eucalyptus. HEX triplet: 38, 8E and 69. RGB value is (56,142,105). Sum of RGB (Red+Green+Blue) = 56+142+105=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #388E69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388E69 is #C77196. Grayscale: #707070. Windows color (decimal): -13070743 or 6917688. OLE color: 6917688.

HSL color Cylindrical-coordinate representation of color #388E69: hue angle of 154.19º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388E69 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB56142105-
CMYK0.6100.260.44
HSL154.19º43.43%38.82%-
HSV(B)154.19º60.56%55.69%-
XYZ13.8521.2116.73-
YUV112.07124.0188.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 142 (55.86% from 255) = 46.86%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=18.48%
G=46.86%
B=34.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561421050.6100.260.44154.1943.4338.82
Hex388E693D01A2C9a2b27
Octal7021615175032542325347
Binary11100010001110110100111110101101010110010011010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,142,105); }

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

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

 a { background-color: rgb(56,142,105); }

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

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

 span { border-color: rgb(56,142,105); }

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