Html Css Color HEX #149253 Salem

📋 copy color: '#149253'

red 20 ◦ green 146 ◦ blue 83

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

Shades of Salem #149253

Tints of Salem #149253

RGB

 RED value IS 20 (8.2% from 255) = 8.03%

 GREEN value IS 146 (57.42% from 255) = 58.63%

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 8.03%
G = 58.63%
B = 33.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#149253 (or 0x149253) is known color: Salem. HEX triplet: 14, 92 and 53. RGB value is (20,146,83). Sum of RGB (Red+Green+Blue) = 20+146+83=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 146 (57.42% from 255 or 58.63% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 146 - color contains mainly: green. Hex color #149253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149253 is #EB6DAC. Grayscale: #656565. Windows color (decimal): -15429037 or 5476884. OLE color: 5476884.

HSL color Cylindrical-coordinate representation of color #149253: hue angle of 150º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149253 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 83 -
CMYK 0.86 0 0.43 0.43
HSL 150º 0.76% 0.33% -
HSV(B) 150º 0.86% 0.57% -
XYZ 12.13 21.33 11.66 -
YUV 101.14 117.76 70.12 -
System Red Green Blue C M Y K H S L
Decimal 20 146 83 0.86 0 0.43 0.43 150 0.76 0.33
Hex 14 92 53 56 0 2B 2B 96 4C 21
Octal 24 222 123 126 0 53 53 226 114 41
Binary 10100 10010010 1010011 1010110 0 101011 101011 10010110 1001100 100001

Color Harmonies of #149253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149253

Black with #149253

Text Example


Text Example

White with #149253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149253; }

 p { color: rgb(20,146,83); }

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

background-color css

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

 a { background-color: rgb(20,146,83); }

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

border-color css

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

 span { border-color: rgb(20,146,83); }

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