#1C7D58

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

Shades of Salem #1C7D58

Tints of Salem #1C7D58

Color information

#1C7D58 (or 0x1C7D58) is unknown color: approx Salem. HEX triplet: 1C, 7D and 58. RGB value is (28,125,88). Sum of RGB (Red+Green+Blue) = 28+125+88=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #1C7D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7D58 is #E382A7. Grayscale: #5B5B5B. Windows color (decimal): -14910120 or 5799196. OLE color: 5799196.

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

Color convert

RGB2812588-
CMYK0.7800.300.51
HSL157.11º63.4%30%-
HSV(B)157.11º77.6%49.02%-
XYZ9.5715.6211.74-
YUV91.78125.8682.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 125 (49.22% from 255) = 51.87%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=11.62%
G=51.87%
B=36.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28125880.7800.300.51157.1163.430
Hex1C7D584E01E339d3f1e
Octal34175130116036632357736
Binary111001111101101100010011100111101100111001110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,125,88); }

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

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

 a { background-color: rgb(28,125,88); }

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

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

 span { border-color: rgb(28,125,88); }

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