#1C7A4B

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

Shades of Salem #1C7A4B

Tints of Salem #1C7A4B

Color information

#1C7A4B (or 0x1C7A4B) is unknown color: approx Salem. HEX triplet: 1C, 7A and 4B. RGB value is (28,122,75). Sum of RGB (Red+Green+Blue) = 28+122+75=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 122 (48.05% from 255 or 54.22% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7A4B is #E385B4. Grayscale: #585858. Windows color (decimal): -14910901 or 4946460. OLE color: 4946460.

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

Color convert

RGB2812275-
CMYK0.7700.390.52
HSL150º62.67%29.41%-
HSV(B)150º77.05%47.84%-
XYZ8.7114.679.03-
YUV88.54120.3684.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.44%
GREEN value IS 122 (48.05% from 255) = 54.22%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=12.44%
G=54.22%
B=33.33%

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
Decimal28122750.7700.390.5215062.6729.41
Hex1C7A4B4D02734963f1d
Octal34172113115047642267735
Binary1110011110101001011100110101001111101001001011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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