#359567

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

Shades of Eucalyptus #359567

Tints of Eucalyptus #359567

Color information

#359567 (or 0x359567) is unknown color: approx Eucalyptus. HEX triplet: 35, 95 and 67. RGB value is (53,149,103). Sum of RGB (Red+Green+Blue) = 53+149+103=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #359567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359567 is #CA6A98. Grayscale: #737373. Windows color (decimal): -13265561 or 6788405. OLE color: 6788405.

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

Color convert

RGB53149103-
CMYK0.6400.310.42
HSL151.25º47.52%39.61%-
HSV(B)151.25º64.43%58.43%-
XYZ14.6623.2316.54-
YUV115.05121.283.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 149 (58.59% from 255) = 48.85%
BLUE value IS 103 (40.62% from 255) = 33.77%
R=17.38%
G=48.85%
B=33.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531491030.6400.310.42151.2547.5239.61
Hex3595674001F2A973028
Octal65225147100037522276050
Binary110101100101011100111100000001111110101010010111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359567; }

 p { color: rgb(53,149,103); }

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

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

 a { background-color: rgb(53,149,103); }

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

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

 span { border-color: rgb(53,149,103); }

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