Html Css Color HEX #149356 Salem

📋 copy color: '#149356'

red 20 ◦ green 147 ◦ blue 86

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

Shades of Salem #149356

Tints of Salem #149356

RGB

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

 GREEN value IS 147 (57.81% from 255) = 58.1%

 BLUE value IS 86 (33.98% from 255) = 33.99%

R = 7.91%
G = 58.1%
B = 33.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#149356 (or 0x149356) is known color: Salem. HEX triplet: 14, 93 and 56. RGB value is (20,147,86). Sum of RGB (Red+Green+Blue) = 20+147+86=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #149356 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149356 is #EB6CA9. Grayscale: #666666. Windows color (decimal): -15428778 or 5673748. OLE color: 5673748.

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

Color convert

RGB 20 147 86 -
CMYK 0.86 0 0.41 0.42
HSL 151.18º 0.76% 0.33% -
HSV(B) 151.18º 0.86% 0.58% -
XYZ 12.4 21.69 12.34 -
YUV 102.07 118.92 69.46 -
System Red Green Blue C M Y K H S L
Decimal 20 147 86 0.86 0 0.41 0.42 151.18 0.76 0.33
Hex 14 93 56 56 0 29 2A 97 4C 21
Octal 24 223 126 126 0 51 52 227 114 41
Binary 10100 10010011 1010110 1010110 0 101001 101010 10010111 1001100 100001

Color Harmonies of #149356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149356

Black with #149356

Text Example


Text Example

White with #149356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149356; }

 p { color: rgb(20,147,86); }

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

background-color css

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

 a { background-color: rgb(20,147,86); }

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

border-color css

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

 span { border-color: rgb(20,147,86); }

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