Html Css Color HEX #13814C Salem

📋 copy color: '#13814C'

red 19 ◦ green 129 ◦ blue 76

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

Shades of Salem #13814C

Tints of Salem #13814C

RGB

 RED value IS 19 (7.81% from 255) = 8.48%

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

 BLUE value IS 76 (30.08% from 255) = 33.93%

R = 8.48%
G = 57.59%
B = 33.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#13814C (or 0x13814C) is known color: Salem. HEX triplet: 13, 81 and 4C. RGB value is (19,129,76). Sum of RGB (Red+Green+Blue) = 19+129+76=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 129 (50.78% from 255 or 57.59% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 129 - color contains mainly: green. Hex color #13814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13814C is #EC7EB3. Grayscale: #5A5A5A. Windows color (decimal): -15498932 or 5013779. OLE color: 5013779.

HSL color Cylindrical-coordinate representation of color #13814C: hue angle of 151.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13814C is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 76 -
CMYK 0.85 0 0.41 0.49
HSL 151.09º 0.74% 0.29% -
HSV(B) 151.09º 0.85% 0.51% -
XYZ 9.42 16.36 9.5 -
YUV 90.07 120.06 77.31 -
System Red Green Blue C M Y K H S L
Decimal 19 129 76 0.85 0 0.41 0.49 151.09 0.74 0.29
Hex 13 81 4C 55 0 29 31 97 4A 1D
Octal 23 201 114 125 0 51 61 227 112 35
Binary 10011 10000001 1001100 1010101 0 101001 110001 10010111 1001010 11101

Color Harmonies of #13814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13814C

Black with #13814C

Text Example


Text Example

White with #13814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13814C; }

 p { color: rgb(19,129,76); }

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

background-color css

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

 a { background-color: rgb(19,129,76); }

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

border-color css

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

 span { border-color: rgb(19,129,76); }

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