Html Css Color HEX #148148 Salem

📋 copy color: '#148148'

red 20 ◦ green 129 ◦ blue 72

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

Shades of Salem #148148

Tints of Salem #148148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.37%

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

R = 9.05%
G = 58.37%
B = 32.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#148148 (or 0x148148) is known color: Salem. HEX triplet: 14, 81 and 48. RGB value is (20,129,72). Sum of RGB (Red+Green+Blue) = 20+129+72=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #148148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148148 is #EB7EB7. Grayscale: #5A5A5A. Windows color (decimal): -15433400 or 4751636. OLE color: 4751636.

HSL color Cylindrical-coordinate representation of color #148148: hue angle of 148.62º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148148 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 129 72 -
CMYK 0.84 0 0.44 0.49
HSL 148.62º 0.73% 0.29% -
HSV(B) 148.62º 0.84% 0.51% -
XYZ 9.31 16.32 8.79 -
YUV 89.91 117.89 78.13 -
System Red Green Blue C M Y K H S L
Decimal 20 129 72 0.84 0 0.44 0.49 148.62 0.73 0.29
Hex 14 81 48 54 0 2C 31 95 49 1D
Octal 24 201 110 124 0 54 61 225 111 35
Binary 10100 10000001 1001000 1010100 0 101100 110001 10010101 1001001 11101

Color Harmonies of #148148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148148

Black with #148148

Text Example


Text Example

White with #148148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148148; }

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

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

background-color css

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

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

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

border-color css

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

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

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