#36857D

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

Shades of Elm #36857D

Tints of Elm #36857D

Color information

#36857D (or 0x36857D) is unknown color: approx Elm. HEX triplet: 36, 85 and 7D. RGB value is (54,133,125). Sum of RGB (Red+Green+Blue) = 54+133+125=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #36857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36857D is #C97A82. Grayscale: #6C6C6C. Windows color (decimal): -13204099 or 8226102. OLE color: 8226102.

HSL color Cylindrical-coordinate representation of color #36857D: hue angle of 173.92º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36857D is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB54133125-
CMYK0.5900.060.48
HSL173.92º42.25%36.67%-
HSV(B)173.92º59.4%52.16%-
XYZ13.6119.0422.36-
YUV108.47137.3389.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.31%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=17.31%
G=42.63%
B=40.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541331250.5900.060.48173.9242.2536.67
Hex36857D3B0630ae2a25
Octal662051757306602565245
Binary110110100001011111101111011011011000010101110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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