#1c7b48

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

Shades of Salem #1C7B48

Tints of Salem #1C7B48

Color information

#1C7B48 (or 0x1C7B48) is unknown color: approx Salem. HEX triplet: 1C, 7B and 48. RGB value is (28,123,72). Sum of RGB (Red+Green+Blue) = 28+123+72=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 123 (48.44% from 255 or 55.16% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 123 - color contains mainly: green. Hex color #1C7B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7B48 is #E384B7. Grayscale: #585858. Windows color (decimal): -14910648 or 4750108. OLE color: 4750108.

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

Color convert

RGB2812372-
CMYK0.7700.410.52
HSL147.79º62.91%29.61%-
HSV(B)147.79º77.24%48.24%-
XYZ8.7314.888.54-
YUV88.78118.5384.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.56%
GREEN value IS 123 (48.44% from 255) = 55.16%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=12.56%
G=55.16%
B=32.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28123720.7700.410.52147.7962.9129.61
Hex1C7B484D02934943f1e
Octal34173110115051642247736
Binary1110011110111001000100110101010011101001001010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c7b48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,123,72); }

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

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

 a { background-color: rgb(28,123,72); }

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

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

 span { border-color: rgb(28,123,72); }

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