Html Css Color HEX #36857D Elm

📋 copy color: '#36857D'

red 54 ◦ green 133 ◦ blue 125

#36857D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #36857D

Tints of Elm #36857D

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 value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#36857D (or 0x36857D) is known color: 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

RGB 54 133 125 -
CMYK 0.59 0 0.06 0.48
HSL 173.92º 0.42% 0.37% -
HSV(B) 173.92º 0.59% 0.52% -
XYZ 13.61 19.04 22.36 -
YUV 108.47 137.33 89.15 -
System Red Green Blue C M Y K H S L
Decimal 54 133 125 0.59 0 0.06 0.48 173.92 0.42 0.37
Hex 36 85 7D 3B 0 6 30 AE 2A 25
Octal 66 205 175 73 0 6 60 256 52 45
Binary 110110 10000101 1111101 111011 0 110 110000 10101110 101010 100101

Color Harmonies of #36857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36857D

Black with #36857D

Text Example


Text Example

White with #36857D

Text Example


Text Example

HTML Codes & Css Web 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>