#358279

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

Shades of Elm #358279

Tints of Elm #358279

Color information

#358279 (or 0x358279) is unknown color: approx Elm. HEX triplet: 35, 82 and 79. RGB value is (53,130,121). Sum of RGB (Red+Green+Blue) = 53+130+121=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #358279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358279 is #CA7D86. Grayscale: #696969. Windows color (decimal): -13270407 or 7963189. OLE color: 7963189.

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

Color convert

RGB53130121-
CMYK0.5900.070.49
HSL172.99º42.08%35.88%-
HSV(B)172.99º59.23%50.98%-
XYZ12.918.120.9-
YUV105.95136.4990.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.43%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=17.43%
G=42.76%
B=39.80%

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
Decimal531301210.5900.070.49172.9942.0835.88
Hex3582793B0731ad2a24
Octal652021717307612555244
Binary110101100000101111001111011011111000110101101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358279; }

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

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

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

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

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

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

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

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