#1C794A

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

Shades of Salem #1C794A

Tints of Salem #1C794A

Color information

#1C794A (or 0x1C794A) is unknown color: approx Salem. HEX triplet: 1C, 79 and 4A. RGB value is (28,121,74). Sum of RGB (Red+Green+Blue) = 28+121+74=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #1C794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C794A is #E386B5. Grayscale: #575757. Windows color (decimal): -14911158 or 4880668. OLE color: 4880668.

HSL color Cylindrical-coordinate representation of color #1C794A: hue angle of 149.68º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C794A is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB2812174-
CMYK0.7700.390.53
HSL149.68º62.42%29.22%-
HSV(B)149.68º76.86%47.45%-
XYZ8.5514.428.81-
YUV87.84120.1985.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.56%
GREEN value IS 121 (47.66% from 255) = 54.26%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=12.56%
G=54.26%
B=33.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28121740.7700.390.53149.6862.4229.22
Hex1C794A4D02735963e1d
Octal34171112115047652267635
Binary1110011110011001010100110101001111101011001011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,121,74); }

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

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

 a { background-color: rgb(28,121,74); }

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

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

 span { border-color: rgb(28,121,74); }

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