#1D8856

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

Shades of Salem #1D8856

Tints of Salem #1D8856

Color information

#1D8856 (or 0x1D8856) is unknown color: approx Salem. HEX triplet: 1D, 88 and 56. RGB value is (29,136,86). Sum of RGB (Red+Green+Blue) = 29+136+86=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #1D8856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8856 is #E277A9. Grayscale: #626262. Windows color (decimal): -14841770 or 5670941. OLE color: 5670941.

HSL color Cylindrical-coordinate representation of color #1D8856: hue angle of 151.96º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8856 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB2913686-
CMYK0.7900.370.47
HSL151.96º64.85%32.35%-
HSV(B)151.96º78.68%53.33%-
XYZ10.9918.5411.8-
YUV98.31121.0578.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.55%
GREEN value IS 136 (53.52% from 255) = 54.18%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=11.55%
G=54.18%
B=34.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29136860.7900.370.47151.9664.8532.35
Hex1D88564F0252F984120
Octal352101261170455723010140
Binary1110110001000101011010011110100101101111100110001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,136,86); }

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

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

 a { background-color: rgb(29,136,86); }

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

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

 span { border-color: rgb(29,136,86); }

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