#1C7D55

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

Shades of Salem #1C7D55

Tints of Salem #1C7D55

Color information

#1C7D55 (or 0x1C7D55) is unknown color: approx Salem. HEX triplet: 1C, 7D and 55. RGB value is (28,125,85). Sum of RGB (Red+Green+Blue) = 28+125+85=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 125 (49.22% from 255 or 52.52% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 125 - color contains mainly: green. Hex color #1C7D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7D55 is #E382AA. Grayscale: #5B5B5B. Windows color (decimal): -14910123 or 5602588. OLE color: 5602588.

HSL color Cylindrical-coordinate representation of color #1C7D55: hue angle of 155.26º 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 #1C7D55 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB2812585-
CMYK0.7800.320.51
HSL155.26º63.4%30%-
HSV(B)155.26º77.6%49.02%-
XYZ9.4515.5711.1-
YUV91.44124.3682.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.76%
GREEN value IS 125 (49.22% from 255) = 52.52%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=11.76%
G=52.52%
B=35.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28125850.7800.320.51155.2663.430
Hex1C7D554E020339b3f1e
Octal34175125116040632337736
Binary1110011111011010101100111001000001100111001101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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