#358178

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

Shades of Elm #358178

Tints of Elm #358178

Color information

#358178 (or 0x358178) is unknown color: approx Elm. HEX triplet: 35, 81 and 78. RGB value is (53,129,120). Sum of RGB (Red+Green+Blue) = 53+129+120=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #358178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358178 is #CA7E87. Grayscale: #696969. Windows color (decimal): -13270664 or 7897397. OLE color: 7897397.

HSL color Cylindrical-coordinate representation of color #358178: hue angle of 172.89º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358178 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB53129120-
CMYK0.5900.070.49
HSL172.89º41.76%35.69%-
HSV(B)172.89º58.91%50.59%-
XYZ12.7117.8120.54-
YUV105.25136.3290.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=17.55%
G=42.72%
B=39.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531291200.5900.070.49172.8941.7635.69
Hex3581783B0731ad2a24
Octal652011707307612555244
Binary110101100000011111000111011011111000110101101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358178; }

 p { color: rgb(53,129,120); }

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

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

 a { background-color: rgb(53,129,120); }

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

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

 span { border-color: rgb(53,129,120); }

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