#359869

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

Shades of Eucalyptus #359869

Tints of Eucalyptus #359869

Color information

#359869 (or 0x359869) is unknown color: approx Eucalyptus. HEX triplet: 35, 98 and 69. RGB value is (53,152,105). Sum of RGB (Red+Green+Blue) = 53+152+105=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #359869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359869 is #CA6796. Grayscale: #757575. Windows color (decimal): -13264791 or 6920245. OLE color: 6920245.

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

Color convert

RGB53152105-
CMYK0.6500.310.40
HSL151.52º48.29%40.2%-
HSV(B)151.52º65.13%59.61%-
XYZ15.2524.2317.24-
YUV117.04121.282.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 152 (59.77% from 255) = 49.03%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=17.10%
G=49.03%
B=33.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531521050.6500.310.40151.5248.2940.2
Hex3598694101F28983028
Octal65230151101037502306050
Binary110101100110001101001100000101111110100010011000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359869; }

 p { color: rgb(53,152,105); }

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

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

 a { background-color: rgb(53,152,105); }

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

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

 span { border-color: rgb(53,152,105); }

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