#369D68

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

Shades of Eucalyptus #369D68

Tints of Eucalyptus #369D68

Color information

#369D68 (or 0x369D68) is unknown color: approx Eucalyptus. HEX triplet: 36, 9D and 68. RGB value is (54,157,104). Sum of RGB (Red+Green+Blue) = 54+157+104=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #369D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D68 is #C96297. Grayscale: #787878. Windows color (decimal): -13197976 or 6855990. OLE color: 6855990.

HSL color Cylindrical-coordinate representation of color #369D68: hue angle of 149.13º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D68 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB54157104-
CMYK0.6600.340.38
HSL149.13º48.82%41.37%-
HSV(B)149.13º65.61%61.57%-
XYZ16.0825.917.25-
YUV120.16118.8880.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.14%
GREEN value IS 157 (61.72% from 255) = 49.84%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=17.14%
G=49.84%
B=33.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541571040.6600.340.38149.1348.8241.37
Hex369D684202226953129
Octal66235150102042462256151
Binary1101101001110111010001000010010001010011010010101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369D68; }

 p { color: rgb(54,157,104); }

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

<style>
 a { background-color: #369D68; }

 a { background-color: rgb(54,157,104); }

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

<style>
 span { border-color: #369D68; }

 span { border-color: rgb(54,157,104); }

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