Html Css Color HEX #149243 Salem

📋 copy color: '#149243'

red 20 ◦ green 146 ◦ blue 67

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

Shades of Salem #149243

Tints of Salem #149243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.76%

R = 8.58%
G = 62.66%
B = 28.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#149243 (or 0x149243) is known color: Salem. HEX triplet: 14, 92 and 43. RGB value is (20,146,67). Sum of RGB (Red+Green+Blue) = 20+146+67=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 146 (57.42% from 255 or 62.66% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 146 - color contains mainly: green. Hex color #149243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149243 is #EB6DBC. Grayscale: #636363. Windows color (decimal): -15429053 or 4428308. OLE color: 4428308.

HSL color Cylindrical-coordinate representation of color #149243: hue angle of 142.38º 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 #149243 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 67 -
CMYK 0.86 0 0.54 0.43
HSL 142.38º 0.76% 0.33% -
HSV(B) 142.38º 0.86% 0.57% -
XYZ 11.58 21.11 8.77 -
YUV 99.32 109.76 71.42 -
System Red Green Blue C M Y K H S L
Decimal 20 146 67 0.86 0 0.54 0.43 142.38 0.76 0.33
Hex 14 92 43 56 0 36 2B 8E 4C 21
Octal 24 222 103 126 0 66 53 216 114 41
Binary 10100 10010010 1000011 1010110 0 110110 101011 10001110 1001100 100001

Color Harmonies of #149243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149243

Black with #149243

Text Example


Text Example

White with #149243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149243; }

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

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

background-color css

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

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

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

border-color css

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

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

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