#35827C

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

Shades of Elm #35827C

Tints of Elm #35827C

Color information

#35827C (or 0x35827C) is unknown color: approx Elm. HEX triplet: 35, 82 and 7C. RGB value is (53,130,124). Sum of RGB (Red+Green+Blue) = 53+130+124=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #35827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35827C is #CA7D83. Grayscale: #6A6A6A. Windows color (decimal): -13270404 or 8159797. OLE color: 8159797.

HSL color Cylindrical-coordinate representation of color #35827C: hue angle of 175.32º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35827C is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB53130124-
CMYK0.5900.050.49
HSL175.32º42.08%35.88%-
HSV(B)175.32º59.23%50.98%-
XYZ13.0918.1821.89-
YUV106.29137.9989.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=17.26%
G=42.35%
B=40.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531301240.5900.050.49175.3242.0835.88
Hex35827C3B0531af2a24
Octal652021747305612575244
Binary110101100000101111100111011010111000110101111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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