#1C814D

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

Shades of Salem #1C814D

Tints of Salem #1C814D

Color information

#1C814D (or 0x1C814D) is unknown color: approx Salem. HEX triplet: 1C, 81 and 4D. RGB value is (28,129,77). Sum of RGB (Red+Green+Blue) = 28+129+77=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #1C814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C814D is #E37EB2. Grayscale: #5C5C5C. Windows color (decimal): -14909107 or 5079324. OLE color: 5079324.

HSL color Cylindrical-coordinate representation of color #1C814D: hue angle of 149.11º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C814D is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB2812977-
CMYK0.7800.400.49
HSL149.11º64.33%30.78%-
HSV(B)149.11º78.29%50.59%-
XYZ9.6716.489.69-
YUV92.87119.0481.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.97%
GREEN value IS 129 (50.78% from 255) = 55.13%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=11.97%
G=55.13%
B=32.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28129770.7800.400.49149.1164.3330.78
Hex1C814D4E0283195401f
Octal342011151160506122510037
Binary111001000000110011011001110010100011000110010101100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C814D; }

 p { color: rgb(28,129,77); }

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

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

 a { background-color: rgb(28,129,77); }

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

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

 span { border-color: rgb(28,129,77); }

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