#1C7A55

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

Shades of Salem #1C7A55

Tints of Salem #1C7A55

Color information

#1C7A55 (or 0x1C7A55) is unknown color: approx Salem. HEX triplet: 1C, 7A and 55. RGB value is (28,122,85). Sum of RGB (Red+Green+Blue) = 28+122+85=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7A55 is #E385AA. Grayscale: #595959. Windows color (decimal): -14910891 or 5601820. OLE color: 5601820.

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

Color convert

RGB2812285-
CMYK0.7700.300.52
HSL156.38º62.67%29.41%-
HSV(B)156.38º77.05%47.84%-
XYZ9.0814.8210.98-
YUV89.68125.3684.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.91%
GREEN value IS 122 (48.05% from 255) = 51.91%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=11.91%
G=51.91%
B=36.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28122850.7700.300.52156.3862.6729.41
Hex1C7A554D01E349c3f1d
Octal34172125115036642347735
Binary111001111010101010110011010111101101001001110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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