Html Css Color HEX #136E52 Salem

📋 copy color: '#136E52'

red 19 ◦ green 110 ◦ blue 82

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

Shades of Salem #136E52

Tints of Salem #136E52

RGB

 RED value IS 19 (7.81% from 255) = 9%

 GREEN value IS 110 (43.36% from 255) = 52.13%

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 9%
G = 52.13%
B = 38.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#136E52 (or 0x136E52) is known color: Salem. HEX triplet: 13, 6E and 52. RGB value is (19,110,82). Sum of RGB (Red+Green+Blue) = 19+110+82=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #136E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E52 is #EC91AD. Grayscale: #4F4F4F. Windows color (decimal): -15503790 or 5402131. OLE color: 5402131.

HSL color Cylindrical-coordinate representation of color #136E52: hue angle of 161.54º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136E52 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 110 82 -
CMYK 0.83 0 0.25 0.57
HSL 161.54º 0.71% 0.25% -
HSV(B) 161.54º 0.83% 0.43% -
XYZ 7.37 11.9 9.89 -
YUV 79.6 129.35 84.78 -
System Red Green Blue C M Y K H S L
Decimal 19 110 82 0.83 0 0.25 0.57 161.54 0.71 0.25
Hex 13 6E 52 53 0 19 39 A2 47 19
Octal 23 156 122 123 0 31 71 242 107 31
Binary 10011 1101110 1010010 1010011 0 11001 111001 10100010 1000111 11001

Color Harmonies of #136E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E52

Black with #136E52

Text Example


Text Example

White with #136E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136E52; }

 p { color: rgb(19,110,82); }

 H1.HeaderClassName
 {
   color: #136E52;
 }
 .AnyTagClassName
 {
   color: #136E52;
 }
</style>

background-color css

<style>
 a { background-color: #136E52; }

 a { background-color: rgb(19,110,82); }

 div.DivClassName
 {
   background-color: #136E52;
 }
 .BgClassName
 {
   background-color: #136E52;
 }
</style>

border-color css

<style>
 span { border-color: #136E52; }

 span { border-color: rgb(19,110,82); }

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