#1C754C

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

Shades of Salem #1C754C

Tints of Salem #1C754C

Color information

#1C754C (or 0x1C754C) is unknown color: approx Salem. HEX triplet: 1C, 75 and 4C. RGB value is (28,117,76). Sum of RGB (Red+Green+Blue) = 28+117+76=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #1C754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C754C is #E38AB3. Grayscale: #555555. Windows color (decimal): -14912180 or 5010716. OLE color: 5010716.

HSL color Cylindrical-coordinate representation of color #1C754C: hue angle of 152.36º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C754C is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB2811776-
CMYK0.7600.350.54
HSL152.36º61.38%28.43%-
HSV(B)152.36º76.07%45.88%-
XYZ8.1413.499.01-
YUV85.72122.5186.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.67%
GREEN value IS 117 (46.09% from 255) = 52.94%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=12.67%
G=52.94%
B=34.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28117760.7600.350.54152.3661.3828.43
Hex1C754C4C02336983d1c
Octal34165114114043662307534
Binary1110011101011001100100110001000111101101001100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,117,76); }

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

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

 a { background-color: rgb(28,117,76); }

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

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

 span { border-color: rgb(28,117,76); }

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