#368A64

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

Shades of Eucalyptus #368A64

Tints of Eucalyptus #368A64

Color information

#368A64 (or 0x368A64) is unknown color: approx Eucalyptus. HEX triplet: 36, 8A and 64. RGB value is (54,138,100). Sum of RGB (Red+Green+Blue) = 54+138+100=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #368A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368A64 is #C9759B. Grayscale: #6C6C6C. Windows color (decimal): -13202844 or 6588982. OLE color: 6588982.

HSL color Cylindrical-coordinate representation of color #368A64: hue angle of 152.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368A64 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB54138100-
CMYK0.6100.280.46
HSL152.86º43.75%37.65%-
HSV(B)152.86º60.87%54.12%-
XYZ12.9119.8815.21-
YUV108.55123.1789.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 138 (54.30% from 255) = 47.26%
BLUE value IS 100 (39.45% from 255) = 34.25%
R=18.49%
G=47.26%
B=34.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541381000.6100.280.46152.8643.7537.65
Hex368A643D01C2E992c26
Octal6621214475034562315446
Binary11011010001010110010011110101110010111010011001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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