#35867E

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

Shades of Elm #35867E

Tints of Elm #35867E

Color information

#35867E (or 0x35867E) is unknown color: approx Elm. HEX triplet: 35, 86 and 7E. RGB value is (53,134,126). Sum of RGB (Red+Green+Blue) = 53+134+126=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #35867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35867E is #CA7981. Grayscale: #6C6C6C. Windows color (decimal): -13269378 or 8291893. OLE color: 8291893.

HSL color Cylindrical-coordinate representation of color #35867E: hue angle of 174.07º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35867E is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB53134126-
CMYK0.6000.060.47
HSL174.07º43.32%36.67%-
HSV(B)174.07º60.45%52.55%-
XYZ13.7619.3122.74-
YUV108.87137.6688.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=16.93%
G=42.81%
B=40.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531341260.6000.060.47174.0743.3236.67
Hex35867E3C062Fae2b25
Octal652061767406572565345
Binary110101100001101111110111100011010111110101110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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