#35857E

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

Shades of Elm #35857E

Tints of Elm #35857E

Color information

#35857E (or 0x35857E) is unknown color: approx Elm. HEX triplet: 35, 85 and 7E. RGB value is (53,133,126). Sum of RGB (Red+Green+Blue) = 53+133+126=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #35857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35857E is #CA7A81. Grayscale: #6C6C6C. Windows color (decimal): -13269634 or 8291637. OLE color: 8291637.

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

Color convert

RGB53133126-
CMYK0.6000.050.48
HSL174.75º43.01%36.47%-
HSV(B)174.75º60.15%52.16%-
XYZ13.6219.0422.7-
YUV108.2813888.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=16.99%
G=42.63%
B=40.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531331260.6000.050.48174.7543.0136.47
Hex35857E3C0530af2b24
Octal652051767405602575344
Binary110101100001011111110111100010111000010101111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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