#1C7B4B

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

Shades of Salem #1C7B4B

Tints of Salem #1C7B4B

Color information

#1C7B4B (or 0x1C7B4B) is unknown color: approx Salem. HEX triplet: 1C, 7B and 4B. RGB value is (28,123,75). Sum of RGB (Red+Green+Blue) = 28+123+75=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #1C7B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7B4B is #E384B4. Grayscale: #595959. Windows color (decimal): -14910645 or 4946716. OLE color: 4946716.

HSL color Cylindrical-coordinate representation of color #1C7B4B: hue angle of 149.68º 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 #1C7B4B is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB2812375-
CMYK0.7700.390.52
HSL149.68º62.91%29.61%-
HSV(B)149.68º77.24%48.24%-
XYZ8.8314.929.07-
YUV89.12120.0384.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.39%
GREEN value IS 123 (48.44% from 255) = 54.42%
BLUE value IS 75 (29.69% from 255) = 33.19%
R=12.39%
G=54.42%
B=33.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28123750.7700.390.52149.6862.9129.61
Hex1C7B4B4D02734963f1e
Octal34173113115047642267736
Binary1110011110111001011100110101001111101001001011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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