#358179

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

Shades of Elm #358179

Tints of Elm #358179

Color information

#358179 (or 0x358179) is unknown color: approx Elm. HEX triplet: 35, 81 and 79. RGB value is (53,129,121). Sum of RGB (Red+Green+Blue) = 53+129+121=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #358179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358179 is #CA7E86. Grayscale: #696969. Windows color (decimal): -13270663 or 7962933. OLE color: 7962933.

HSL color Cylindrical-coordinate representation of color #358179: hue angle of 173.68º 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 #358179 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB53129121-
CMYK0.5900.060.49
HSL173.68º41.76%35.69%-
HSV(B)173.68º58.91%50.59%-
XYZ12.7717.8420.86-
YUV105.36136.8290.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 129 (50.78% from 255) = 42.57%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=17.49%
G=42.57%
B=39.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531291210.5900.060.49173.6841.7635.69
Hex3581793B0631ae2a24
Octal652011717306612565244
Binary110101100000011111001111011011011000110101110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358179; }

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

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

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

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

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

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

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

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