#1C7C51

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

Shades of Salem #1C7C51

Tints of Salem #1C7C51

Color information

#1C7C51 (or 0x1C7C51) is unknown color: approx Salem. HEX triplet: 1C, 7C and 51. RGB value is (28,124,81). Sum of RGB (Red+Green+Blue) = 28+124+81=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #1C7C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7C51 is #E383AE. Grayscale: #5A5A5A. Windows color (decimal): -14910383 or 5340188. OLE color: 5340188.

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

Color convert

RGB2812481-
CMYK0.7700.350.51
HSL153.12º63.16%29.8%-
HSV(B)153.12º77.42%48.63%-
XYZ9.1715.2610.25-
YUV90.39122.783.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.02%
GREEN value IS 124 (48.83% from 255) = 53.22%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=12.02%
G=53.22%
B=34.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28124810.7700.350.51153.1263.1629.8
Hex1C7C514D02333993f1e
Octal34174121115043632317736
Binary1110011111001010001100110101000111100111001100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,124,81); }

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

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

 a { background-color: rgb(28,124,81); }

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

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

 span { border-color: rgb(28,124,81); }

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