#35887F

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

Shades of Elm #35887F

Tints of Elm #35887F

Color information

#35887F (or 0x35887F) is unknown color: approx Elm. HEX triplet: 35, 88 and 7F. RGB value is (53,136,127). Sum of RGB (Red+Green+Blue) = 53+136+127=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #35887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35887F is #CA7780. Grayscale: #6E6E6E. Windows color (decimal): -13268865 or 8357941. OLE color: 8357941.

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

Color convert

RGB53136127-
CMYK0.6100.070.47
HSL173.49º43.92%37.06%-
HSV(B)173.49º61.03%53.33%-
XYZ14.119.923.18-
YUV110.16137.587.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 127 (50% from 255) = 40.19%
R=16.77%
G=43.04%
B=40.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531361270.6100.070.47173.4943.9237.06
Hex35887F3D072Fad2c25
Octal652101777507572555445
Binary110101100010001111111111101011110111110101101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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