#35877D

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

Shades of Elm #35877D

Tints of Elm #35877D

Color information

#35877D (or 0x35877D) is unknown color: approx Elm. HEX triplet: 35, 87 and 7D. RGB value is (53,135,125). Sum of RGB (Red+Green+Blue) = 53+135+125=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #35877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35877D is #CA7882. Grayscale: #6D6D6D. Windows color (decimal): -13269123 or 8226613. OLE color: 8226613.

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

Color convert

RGB53135125-
CMYK0.6100.070.47
HSL172.68º43.62%36.86%-
HSV(B)172.68º60.74%52.94%-
XYZ13.8319.5722.45-
YUV109.34136.8387.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=16.93%
G=43.13%
B=39.94%

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
Decimal531351250.6100.070.47172.6843.6236.86
Hex35877D3D072Fad2c25
Octal652071757507572555445
Binary110101100001111111101111101011110111110101101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35877D; }

 p { color: rgb(53,135,125); }

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

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

 a { background-color: rgb(53,135,125); }

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

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

 span { border-color: rgb(53,135,125); }

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