#1C7B4E

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

Shades of Salem #1C7B4E

Tints of Salem #1C7B4E

Color information

#1C7B4E (or 0x1C7B4E) is unknown color: approx Salem. HEX triplet: 1C, 7B and 4E. RGB value is (28,123,78). Sum of RGB (Red+Green+Blue) = 28+123+78=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #1C7B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7B4E is #E384B1. Grayscale: #595959. Windows color (decimal): -14910642 or 5143324. OLE color: 5143324.

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

Color convert

RGB2812378-
CMYK0.7700.370.52
HSL151.58º62.91%29.61%-
HSV(B)151.58º77.24%48.24%-
XYZ8.9414.969.62-
YUV89.46121.5384.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.23%
GREEN value IS 123 (48.44% from 255) = 53.71%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=12.23%
G=53.71%
B=34.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28123780.7700.370.52151.5862.9129.61
Hex1C7B4E4D02534983f1e
Octal34173116115045642307736
Binary1110011110111001110100110101001011101001001100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,123,78); }

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

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

 a { background-color: rgb(28,123,78); }

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

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

 span { border-color: rgb(28,123,78); }

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