#368E65

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

Shades of Eucalyptus #368E65

Tints of Eucalyptus #368E65

Color information

#368E65 (or 0x368E65) is unknown color: approx Eucalyptus. HEX triplet: 36, 8E and 65. RGB value is (54,142,101). Sum of RGB (Red+Green+Blue) = 54+142+101=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #368E65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368E65 is #C9719A. Grayscale: #6F6F6F. Windows color (decimal): -13201819 or 6655542. OLE color: 6655542.

HSL color Cylindrical-coordinate representation of color #368E65: hue angle of 152.05º 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 #368E65 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB54142101-
CMYK0.6200.290.44
HSL152.05º44.9%38.43%-
HSV(B)152.05º61.97%55.69%-
XYZ13.5421.0715.67-
YUV111.01122.3587.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 142 (55.86% from 255) = 47.81%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=18.18%
G=47.81%
B=34.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541421010.6200.290.44152.0544.938.43
Hex368E653E01D2C982d26
Octal6621614576035542305546
Binary11011010001110110010111111001110110110010011000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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