#35897C

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

Shades of Elm #35897C

Tints of Elm #35897C

Color information

#35897C (or 0x35897C) is unknown color: approx Elm. HEX triplet: 35, 89 and 7C. RGB value is (53,137,124). Sum of RGB (Red+Green+Blue) = 53+137+124=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #35897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35897C is #CA7683. Grayscale: #6E6E6E. Windows color (decimal): -13268612 or 8161589. OLE color: 8161589.

HSL color Cylindrical-coordinate representation of color #35897C: hue angle of 170.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35897C is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB53137124-
CMYK0.6100.090.46
HSL170.71º44.21%37.25%-
HSV(B)170.71º61.31%53.73%-
XYZ14.0520.122.21-
YUV110.4135.6787.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=16.88%
G=43.63%
B=39.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531371240.6100.090.46170.7144.2137.25
Hex35897C3D092Eab2c25
Octal6521117475011562535445
Binary1101011000100111111001111010100110111010101011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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