#35847C

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

Shades of Elm #35847C

Tints of Elm #35847C

Color information

#35847C (or 0x35847C) is unknown color: approx Elm. HEX triplet: 35, 84 and 7C. RGB value is (53,132,124). Sum of RGB (Red+Green+Blue) = 53+132+124=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #35847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35847C is #CA7B83. Grayscale: #6B6B6B. Windows color (decimal): -13269892 or 8160309. OLE color: 8160309.

HSL color Cylindrical-coordinate representation of color #35847C: hue angle of 173.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35847C is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB53132124-
CMYK0.6000.060.48
HSL173.92º42.7%36.27%-
HSV(B)173.92º59.85%51.76%-
XYZ13.3618.7121.98-
YUV107.47137.3389.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=17.15%
G=42.72%
B=40.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531321240.6000.060.48173.9242.736.27
Hex35847C3C0630ae2b24
Octal652041747406602565344
Binary110101100001001111100111100011011000010101110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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