Html Css Color HEX #148450 Salem

📋 copy color: '#148450'

red 20 ◦ green 132 ◦ blue 80

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

Shades of Salem #148450

Tints of Salem #148450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.9%

 BLUE value IS 80 (31.64% from 255) = 34.48%

R = 8.62%
G = 56.9%
B = 34.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#148450 (or 0x148450) is known color: Salem. HEX triplet: 14, 84 and 50. RGB value is (20,132,80). Sum of RGB (Red+Green+Blue) = 20+132+80=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #148450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148450 is #EB7BAF. Grayscale: #5C5C5C. Windows color (decimal): -15432624 or 5276692. OLE color: 5276692.

HSL color Cylindrical-coordinate representation of color #148450: hue angle of 152.14º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148450 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 80 -
CMYK 0.85 0 0.39 0.48
HSL 152.14º 0.74% 0.3% -
HSV(B) 152.14º 0.85% 0.52% -
XYZ 9.99 17.23 10.39 -
YUV 92.58 120.89 76.23 -
System Red Green Blue C M Y K H S L
Decimal 20 132 80 0.85 0 0.39 0.48 152.14 0.74 0.3
Hex 14 84 50 55 0 27 30 98 4A 1E
Octal 24 204 120 125 0 47 60 230 112 36
Binary 10100 10000100 1010000 1010101 0 100111 110000 10011000 1001010 11110

Color Harmonies of #148450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148450

Black with #148450

Text Example


Text Example

White with #148450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148450; }

 p { color: rgb(20,132,80); }

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

background-color css

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

 a { background-color: rgb(20,132,80); }

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

border-color css

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

 span { border-color: rgb(20,132,80); }

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