#19814B

Color #19814B Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #19814B

Tints of Salem #19814B

Color information

#19814B (or 0x19814B) is unknown color: approx Salem. HEX triplet: 19, 81 and 4B. RGB value is (25,129,75). Sum of RGB (Red+Green+Blue) = 25+129+75=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #19814B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19814B is #E67EB4. Grayscale: #5B5B5B. Windows color (decimal): -15105717 or 4948249. OLE color: 4948249.

HSL color Cylindrical-coordinate representation of color #19814B: hue angle of 148.85º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19814B is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB2512975-
CMYK0.8100.420.49
HSL148.85º67.53%30.2%-
HSV(B)148.85º80.62%50.59%-
XYZ9.5216.429.32-
YUV91.75118.5480.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 129 (50.78% from 255) = 56.33%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=10.92%
G=56.33%
B=32.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25129750.8100.420.49148.8567.5330.2
Hex19814B5102A3195441e
Octal312011131210526122510436
Binary110011000000110010111010001010101011000110010101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19814B; }

 p { color: rgb(25,129,75); }

 H1.HeaderClassName
 {
   color: #19814B;
 }
 .AnyTagClassName
 {
   color: #19814B;
 }
</style>
background-color css

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

 a { background-color: rgb(25,129,75); }

 div.DivClassName
 {
   background-color: #19814B;
 }
 .BgClassName
 {
   background-color: #19814B;
 }
</style>
border-color css

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

 span { border-color: rgb(25,129,75); }

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