#358078

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

Shades of Elm #358078

Tints of Elm #358078

Color information

#358078 (or 0x358078) is unknown color: approx Elm. HEX triplet: 35, 80 and 78. RGB value is (53,128,120). Sum of RGB (Red+Green+Blue) = 53+128+120=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #358078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358078 is #CA7F87. Grayscale: #686868. Windows color (decimal): -13270920 or 7897141. OLE color: 7897141.

HSL color Cylindrical-coordinate representation of color #358078: hue angle of 173.6º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358078 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB53128120-
CMYK0.5900.060.50
HSL173.6º41.44%35.49%-
HSV(B)173.6º58.59%50.2%-
XYZ12.5817.5520.49-
YUV104.66136.6591.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=17.61%
G=42.52%
B=39.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531281200.5900.060.50173.641.4435.49
Hex3580783B0632ae2923
Octal652001707306622565143
Binary110101100000001111000111011011011001010101110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358078; }

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

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

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

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

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

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

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

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