Html Css Color HEX #149448 Salem

📋 copy color: '#149448'

red 20 ◦ green 148 ◦ blue 72

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

Shades of Salem #149448

Tints of Salem #149448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.67%

 BLUE value IS 72 (28.52% from 255) = 30%

R = 8.33%
G = 61.67%
B = 30%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#149448 (or 0x149448) is known color: Salem. HEX triplet: 14, 94 and 48. RGB value is (20,148,72). Sum of RGB (Red+Green+Blue) = 20+148+72=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 148 (58.20% from 255 or 61.67% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 148 - color contains mainly: green. Hex color #149448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149448 is #EB6BB7. Grayscale: #656565. Windows color (decimal): -15428536 or 4756500. OLE color: 4756500.

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

Color convert

RGB 20 148 72 -
CMYK 0.86 0 0.51 0.42
HSL 144.38º 0.76% 0.33% -
HSV(B) 144.38º 0.86% 0.58% -
XYZ 12.05 21.8 9.7 -
YUV 101.06 111.59 70.18 -
System Red Green Blue C M Y K H S L
Decimal 20 148 72 0.86 0 0.51 0.42 144.38 0.76 0.33
Hex 14 94 48 56 0 33 2A 90 4C 21
Octal 24 224 110 126 0 63 52 220 114 41
Binary 10100 10010100 1001000 1010110 0 110011 101010 10010000 1001100 100001

Color Harmonies of #149448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149448

Black with #149448

Text Example


Text Example

White with #149448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149448; }

 p { color: rgb(20,148,72); }

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

background-color css

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

 a { background-color: rgb(20,148,72); }

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

border-color css

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

 span { border-color: rgb(20,148,72); }

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