#1C8B56

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

Shades of Salem #1C8B56

Tints of Salem #1C8B56

Color information

#1C8B56 (or 0x1C8B56) is unknown color: approx Salem. HEX triplet: 1C, 8B and 56. RGB value is (28,139,86). Sum of RGB (Red+Green+Blue) = 28+139+86=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #1C8B56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8B56 is #E374A9. Grayscale: #636363. Windows color (decimal): -14906538 or 5671708. OLE color: 5671708.

HSL color Cylindrical-coordinate representation of color #1C8B56: hue angle of 151.35º 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 #1C8B56 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB2813986-
CMYK0.8000.380.45
HSL151.35º66.47%32.75%-
HSV(B)151.35º79.86%54.51%-
XYZ11.3919.3811.95-
YUV99.77120.2376.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 139 (54.69% from 255) = 54.94%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=11.07%
G=54.94%
B=33.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28139860.8000.380.45151.3566.4732.75
Hex1C8B56500262D974221
Octal342131261200465522710241
Binary1110010001011101011010100000100110101101100101111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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