#35857D

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

Shades of Elm #35857D

Tints of Elm #35857D

Color information

#35857D (or 0x35857D) is unknown color: approx Elm. HEX triplet: 35, 85 and 7D. RGB value is (53,133,125). Sum of RGB (Red+Green+Blue) = 53+133+125=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #35857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35857D is #CA7A82. Grayscale: #6C6C6C. Windows color (decimal): -13269635 or 8226101. OLE color: 8226101.

HSL color Cylindrical-coordinate representation of color #35857D: hue angle of 174º 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 #35857D is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB53133125-
CMYK0.6000.060.48
HSL174º43.01%36.47%-
HSV(B)174º60.15%52.16%-
XYZ13.5619.0122.36-
YUV108.17137.588.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=17.04%
G=42.77%
B=40.19%

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
Decimal531331250.6000.060.4817443.0136.47
Hex35857D3C0630ae2b24
Octal652051757406602565344
Binary110101100001011111101111100011011000010101110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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