#358780

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

Shades of Elm #358780

Tints of Elm #358780

Color information

#358780 (or 0x358780) is unknown color: approx Elm. HEX triplet: 35, 87 and 80. RGB value is (53,135,128). Sum of RGB (Red+Green+Blue) = 53+135+128=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #358780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358780 is #CA787F. Grayscale: #6D6D6D. Windows color (decimal): -13269120 or 8423221. OLE color: 8423221.

HSL color Cylindrical-coordinate representation of color #358780: hue angle of 174.88º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358780 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB53135128-
CMYK0.6100.050.47
HSL174.88º43.62%36.86%-
HSV(B)174.88º60.74%52.94%-
XYZ14.0319.6423.47-
YUV109.68138.3387.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 135 (53.12% from 255) = 42.72%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=16.77%
G=42.72%
B=40.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531351280.6100.050.47174.8843.6236.86
Hex3587803D052Faf2c25
Octal652072007505572575445
Binary1101011000011110000000111101010110111110101111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358780; }

 p { color: rgb(53,135,128); }

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

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

 a { background-color: rgb(53,135,128); }

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

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

 span { border-color: rgb(53,135,128); }

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