#368D64

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

Shades of Eucalyptus #368D64

Tints of Eucalyptus #368D64

Color information

#368D64 (or 0x368D64) is unknown color: approx Eucalyptus. HEX triplet: 36, 8D and 64. RGB value is (54,141,100). Sum of RGB (Red+Green+Blue) = 54+141+100=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #368D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368D64 is #C9729B. Grayscale: #6E6E6E. Windows color (decimal): -13202076 or 6589750. OLE color: 6589750.

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

Color convert

RGB54141100-
CMYK0.6200.290.45
HSL151.72º44.62%38.24%-
HSV(B)151.72º61.7%55.29%-
XYZ13.3520.7515.36-
YUV110.31122.1887.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=18.31%
G=47.80%
B=33.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541411000.6200.290.45151.7244.6238.24
Hex368D643E01D2D982d26
Octal6621514476035552305546
Binary11011010001101110010011111001110110110110011000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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