#35867D

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

Shades of Elm #35867D

Tints of Elm #35867D

Color information

#35867D (or 0x35867D) is unknown color: approx Elm. HEX triplet: 35, 86 and 7D. RGB value is (53,134,125). Sum of RGB (Red+Green+Blue) = 53+134+125=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #35867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35867D is #CA7982. Grayscale: #6C6C6C. Windows color (decimal): -13269379 or 8226357. OLE color: 8226357.

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

Color convert

RGB53134125-
CMYK0.6000.070.47
HSL173.33º43.32%36.67%-
HSV(B)173.33º60.45%52.55%-
XYZ13.6919.2922.4-
YUV108.76137.1688.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=16.99%
G=42.95%
B=40.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531341250.6000.070.47173.3343.3236.67
Hex35867D3C072Fad2b25
Octal652061757407572555345
Binary110101100001101111101111100011110111110101101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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