#368F64

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

Shades of Eucalyptus #368F64

Tints of Eucalyptus #368F64

Color information

#368F64 (or 0x368F64) is unknown color: approx Eucalyptus. HEX triplet: 36, 8F and 64. RGB value is (54,143,100). Sum of RGB (Red+Green+Blue) = 54+143+100=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #368F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368F64 is #C9709B. Grayscale: #6F6F6F. Windows color (decimal): -13201564 or 6590262. OLE color: 6590262.

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

Color convert

RGB54143100-
CMYK0.6200.300.44
HSL151.01º45.18%38.63%-
HSV(B)151.01º62.24%56.08%-
XYZ13.6421.3515.46-
YUV111.49121.5187-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 143 (56.25% from 255) = 48.15%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=18.18%
G=48.15%
B=33.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541431000.6200.300.44151.0145.1838.63
Hex368F643E01E2C972d27
Octal6621714476036542275547
Binary11011010001111110010011111001111010110010010111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,143,100); }

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

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

 a { background-color: rgb(54,143,100); }

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

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

 span { border-color: rgb(54,143,100); }

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