#1C7A56

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

Shades of Salem #1C7A56

Tints of Salem #1C7A56

Color information

#1C7A56 (or 0x1C7A56) is unknown color: approx Salem. HEX triplet: 1C, 7A and 56. RGB value is (28,122,86). Sum of RGB (Red+Green+Blue) = 28+122+86=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7A56 is #E385A9. Grayscale: #595959. Windows color (decimal): -14910890 or 5667356. OLE color: 5667356.

HSL color Cylindrical-coordinate representation of color #1C7A56: hue angle of 157.02º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7A56 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB2812286-
CMYK0.7700.300.52
HSL157.02º62.67%29.41%-
HSV(B)157.02º77.05%47.84%-
XYZ9.1214.8411.19-
YUV89.79125.8683.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.86%
GREEN value IS 122 (48.05% from 255) = 51.69%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=11.86%
G=51.69%
B=36.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28122860.7700.300.52157.0262.6729.41
Hex1C7A564D01E349d3f1d
Octal34172126115036642357735
Binary111001111010101011010011010111101101001001110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,122,86); }

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

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

 a { background-color: rgb(28,122,86); }

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

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

 span { border-color: rgb(28,122,86); }

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