#358881

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

Shades of Elm #358881

Tints of Elm #358881

Color information

#358881 (or 0x358881) is unknown color: approx Elm. HEX triplet: 35, 88 and 81. RGB value is (53,136,129). Sum of RGB (Red+Green+Blue) = 53+136+129=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #358881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358881 is #CA777E. Grayscale: #6E6E6E. Windows color (decimal): -13268863 or 8489013. OLE color: 8489013.

HSL color Cylindrical-coordinate representation of color #358881: hue angle of 174.94º 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 #358881 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB53136129-
CMYK0.6100.050.47
HSL174.94º43.92%37.06%-
HSV(B)174.94º61.03%53.33%-
XYZ14.2319.9523.87-
YUV110.38138.587.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.67%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=16.67%
G=42.77%
B=40.57%

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
Decimal531361290.6100.050.47174.9443.9237.06
Hex3588813D052Faf2c25
Octal652102017505572575445
Binary1101011000100010000001111101010110111110101111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358881; }

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

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

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

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

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

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

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

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