#369870

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

Shades of Eucalyptus #369870

Tints of Eucalyptus #369870

Color information

#369870 (or 0x369870) is unknown color: approx Eucalyptus. HEX triplet: 36, 98 and 70. RGB value is (54,152,112). Sum of RGB (Red+Green+Blue) = 54+152+112=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #369870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369870 is #C9678F. Grayscale: #767676. Windows color (decimal): -13199248 or 7378998. OLE color: 7378998.

HSL color Cylindrical-coordinate representation of color #369870: hue angle of 155.51º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369870 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB54152112-
CMYK0.6400.260.40
HSL155.51º47.57%40.39%-
HSV(B)155.51º64.47%59.61%-
XYZ15.6724.4119.21-
YUV118.14124.5382.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 152 (59.77% from 255) = 47.80%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=16.98%
G=47.80%
B=35.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541521120.6400.260.40155.5147.5740.39
Hex3698704001A289c3028
Octal66230160100032502346050
Binary110110100110001110000100000001101010100010011100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369870; }

 p { color: rgb(54,152,112); }

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

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

 a { background-color: rgb(54,152,112); }

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

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

 span { border-color: rgb(54,152,112); }

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