Html Css Color HEX #14883D Salem

📋 copy color: '#14883D'

red 20 ◦ green 136 ◦ blue 61

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

Shades of Salem #14883D

Tints of Salem #14883D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 62.67%

 BLUE value IS 61 (24.22% from 255) = 28.11%

R = 9.22%
G = 62.67%
B = 28.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#14883D (or 0x14883D) is known color: Salem. HEX triplet: 14, 88 and 3D. RGB value is (20,136,61). Sum of RGB (Red+Green+Blue) = 20+136+61=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 136 (53.52% from 255 or 62.67% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 136 - color contains mainly: green. Hex color #14883D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14883D is #EB77C2. Grayscale: #5C5C5C. Windows color (decimal): -15431619 or 4032532. OLE color: 4032532.

HSL color Cylindrical-coordinate representation of color #14883D: hue angle of 141.21º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14883D is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 136 61 -
CMYK 0.85 0 0.55 0.47
HSL 141.21º 0.74% 0.31% -
HSV(B) 141.21º 0.85% 0.53% -
XYZ 9.93 18.09 7.38 -
YUV 92.77 110.07 76.1 -
System Red Green Blue C M Y K H S L
Decimal 20 136 61 0.85 0 0.55 0.47 141.21 0.74 0.31
Hex 14 88 3D 55 0 37 2F 8D 4A 1F
Octal 24 210 75 125 0 67 57 215 112 37
Binary 10100 10001000 111101 1010101 0 110111 101111 10001101 1001010 11111

Color Harmonies of #14883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14883D

Black with #14883D

Text Example


Text Example

White with #14883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14883D; }

 p { color: rgb(20,136,61); }

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

background-color css

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

 a { background-color: rgb(20,136,61); }

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

border-color css

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

 span { border-color: rgb(20,136,61); }

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