#35887C

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

Shades of Elm #35887C

Tints of Elm #35887C

Color information

#35887C (or 0x35887C) is unknown color: approx Elm. HEX triplet: 35, 88 and 7C. RGB value is (53,136,124). Sum of RGB (Red+Green+Blue) = 53+136+124=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #35887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35887C is #CA7783. Grayscale: #6D6D6D. Windows color (decimal): -13268868 or 8161333. OLE color: 8161333.

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

Color convert

RGB53136124-
CMYK0.6100.090.47
HSL171.33º43.92%37.06%-
HSV(B)171.33º61.03%53.33%-
XYZ13.9119.8222.16-
YUV109.8113687.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=16.93%
G=43.45%
B=39.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531361240.6100.090.47171.3343.9237.06
Hex35887C3D092Fab2c25
Octal6521017475011572535445
Binary1101011000100011111001111010100110111110101011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35887C; }

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

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

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

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

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

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

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

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