#369F5E

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

Shades of Eucalyptus #369F5E

Tints of Eucalyptus #369F5E

Color information

#369F5E (or 0x369F5E) is unknown color: approx Eucalyptus. HEX triplet: 36, 9F and 5E. RGB value is (54,159,94). Sum of RGB (Red+Green+Blue) = 54+159+94=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #369F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F5E is #C960A1. Grayscale: #787878. Windows color (decimal): -13197474 or 6201142. OLE color: 6201142.

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

Color convert

RGB5415994-
CMYK0.6600.410.38
HSL142.86º49.3%41.76%-
HSV(B)142.86º66.04%62.35%-
XYZ15.9426.3914.84-
YUV120.2113.2180.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.59%
GREEN value IS 159 (62.5% from 255) = 51.79%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=17.59%
G=51.79%
B=30.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54159940.6600.410.38142.8649.341.76
Hex369F5E42029268f312a
Octal66237136102051462176152
Binary1101101001111110111101000010010100110011010001111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,159,94); }

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

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

 a { background-color: rgb(54,159,94); }

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

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

 span { border-color: rgb(54,159,94); }

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