Html Css Color HEX #148141 Salem

📋 copy color: '#148141'

red 20 ◦ green 129 ◦ blue 65

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

Shades of Salem #148141

Tints of Salem #148141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 9.35%
G = 60.28%
B = 30.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#148141 (or 0x148141) is known color: Salem. HEX triplet: 14, 81 and 41. RGB value is (20,129,65). Sum of RGB (Red+Green+Blue) = 20+129+65=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #148141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148141 is #EB7EBE. Grayscale: #595959. Windows color (decimal): -15433407 or 4292884. OLE color: 4292884.

HSL color Cylindrical-coordinate representation of color #148141: hue angle of 144.77º 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 #148141 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 129 65 -
CMYK 0.84 0 0.50 0.49
HSL 144.77º 0.73% 0.29% -
HSV(B) 144.77º 0.84% 0.51% -
XYZ 9.09 16.23 7.65 -
YUV 89.11 114.39 78.7 -
System Red Green Blue C M Y K H S L
Decimal 20 129 65 0.84 0 0.50 0.49 144.77 0.73 0.29
Hex 14 81 41 54 0 32 31 91 49 1D
Octal 24 201 101 124 0 62 61 221 111 35
Binary 10100 10000001 1000001 1010100 0 110010 110001 10010001 1001001 11101

Color Harmonies of #148141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148141

Black with #148141

Text Example


Text Example

White with #148141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148141; }

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

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

background-color css

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

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

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

border-color css

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

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

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