#1C8B52

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

Shades of Salem #1C8B52

Tints of Salem #1C8B52

Color information

#1C8B52 (or 0x1C8B52) is unknown color: approx Salem. HEX triplet: 1C, 8B and 52. RGB value is (28,139,82). Sum of RGB (Red+Green+Blue) = 28+139+82=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #1C8B52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8B52 is #E374AD. Grayscale: #636363. Windows color (decimal): -14906542 or 5409564. OLE color: 5409564.

HSL color Cylindrical-coordinate representation of color #1C8B52: hue angle of 149.19º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8B52 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB2813982-
CMYK0.8000.410.45
HSL149.19º66.47%32.75%-
HSV(B)149.19º79.86%54.51%-
XYZ11.2319.3211.12-
YUV99.31118.2377.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.24%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=11.24%
G=55.82%
B=32.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28139820.8000.410.45149.1966.4732.75
Hex1C8B52500292D954221
Octal342131221200515522510241
Binary1110010001011101001010100000101001101101100101011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,139,82); }

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

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

 a { background-color: rgb(28,139,82); }

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

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

 span { border-color: rgb(28,139,82); }

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