#388C61

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

Shades of Eucalyptus #388C61

Tints of Eucalyptus #388C61

Color information

#388C61 (or 0x388C61) is unknown color: approx Eucalyptus. HEX triplet: 38, 8C and 61. RGB value is (56,140,97). Sum of RGB (Red+Green+Blue) = 56+140+97=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 140 - color contains mainly: green. Hex color #388C61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C61 is #C7739E. Grayscale: #6E6E6E. Windows color (decimal): -13071263 or 6392888. OLE color: 6392888.

HSL color Cylindrical-coordinate representation of color #388C61: hue angle of 149.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C61 is Cyan = 0.6, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB5614097-
CMYK0.600.310.45
HSL149.29º42.86%38.43%-
HSV(B)149.29º60%54.9%-
XYZ13.1720.4614.56-
YUV109.98120.6789.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 140 (55.08% from 255) = 47.78%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=19.11%
G=47.78%
B=33.11%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56140970.600.310.45149.2942.8638.43
Hex388C613C01F2D952b26
Octal7021414174037552255346
Binary11100010001100110000111110001111110110110010101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,140,97); }

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

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

 a { background-color: rgb(56,140,97); }

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

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

 span { border-color: rgb(56,140,97); }

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