#368C60

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

Shades of Eucalyptus #368C60

Tints of Eucalyptus #368C60

Color information

#368C60 (or 0x368C60) is unknown color: approx Eucalyptus. HEX triplet: 36, 8C and 60. RGB value is (54,140,96). Sum of RGB (Red+Green+Blue) = 54+140+96=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #368C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368C60 is #C9739F. Grayscale: #6D6D6D. Windows color (decimal): -13202336 or 6327350. OLE color: 6327350.

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

Color convert

RGB5414096-
CMYK0.6100.310.45
HSL149.3º44.33%38.04%-
HSV(B)149.3º61.43%54.9%-
XYZ13.0120.3814.32-
YUV109.27120.5188.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 140 (55.08% from 255) = 48.28%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=18.62%
G=48.28%
B=33.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54140960.6100.310.45149.344.3338.04
Hex368C603D01F2D952c26
Octal6621414075037552255446
Binary11011010001100110000011110101111110110110010101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,140,96); }

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

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

 a { background-color: rgb(54,140,96); }

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

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

 span { border-color: rgb(54,140,96); }

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