#368E5E

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

Shades of Eucalyptus #368E5E

Tints of Eucalyptus #368E5E

Color information

#368E5E (or 0x368E5E) is unknown color: approx Eucalyptus. HEX triplet: 36, 8E and 5E. RGB value is (54,142,94). Sum of RGB (Red+Green+Blue) = 54+142+94=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 142 - color contains mainly: green. Hex color #368E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368E5E is #C971A1. Grayscale: #6E6E6E. Windows color (decimal): -13201826 or 6196790. OLE color: 6196790.

HSL color Cylindrical-coordinate representation of color #368E5E: hue angle of 147.27º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368E5E is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB5414294-
CMYK0.6200.340.44
HSL147.27º44.9%38.43%-
HSV(B)147.27º61.97%55.69%-
XYZ13.2120.9413.93-
YUV110.22118.8587.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 142 (55.86% from 255) = 48.97%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=18.62%
G=48.97%
B=32.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54142940.6200.340.44147.2744.938.43
Hex368E5E3E0222C932d26
Octal6621613676042542235546
Binary110110100011101011110111110010001010110010010011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368E5E; }

 p { color: rgb(54,142,94); }

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

<style>
 a { background-color: #368E5E; }

 a { background-color: rgb(54,142,94); }

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

<style>
 span { border-color: #368E5E; }

 span { border-color: rgb(54,142,94); }

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