#369C6E

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

Shades of Eucalyptus #369C6E

Tints of Eucalyptus #369C6E

Color information

#369C6E (or 0x369C6E) is unknown color: approx Eucalyptus. HEX triplet: 36, 9C and 6E. RGB value is (54,156,110). Sum of RGB (Red+Green+Blue) = 54+156+110=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #369C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C6E is #C96391. Grayscale: #787878. Windows color (decimal): -13198226 or 7248950. OLE color: 7248950.

HSL color Cylindrical-coordinate representation of color #369C6E: hue angle of 152.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369C6E is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB54156110-
CMYK0.6500.290.39
HSL152.94º48.57%41.18%-
HSV(B)152.94º65.38%61.18%-
XYZ16.2225.6918.85-
YUV120.26122.2180.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.88%
GREEN value IS 156 (61.33% from 255) = 48.75%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=16.88%
G=48.75%
B=34.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541561100.6500.290.39152.9448.5741.18
Hex369C6E4101D27993129
Octal66234156101035472316151
Binary110110100111001101110100000101110110011110011001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,156,110); }

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

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

 a { background-color: rgb(54,156,110); }

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

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

 span { border-color: rgb(54,156,110); }

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