#1D7551

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

Shades of Salem #1D7551

Tints of Salem #1D7551

Color information

#1D7551 (or 0x1D7551) is unknown color: approx Salem. HEX triplet: 1D, 75 and 51. RGB value is (29,117,81). Sum of RGB (Red+Green+Blue) = 29+117+81=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #1D7551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7551 is #E28AAE. Grayscale: #565656. Windows color (decimal): -14846639 or 5338397. OLE color: 5338397.

HSL color Cylindrical-coordinate representation of color #1D7551: hue angle of 155.45º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7551 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB2911781-
CMYK0.7500.310.54
HSL155.45º60.27%28.63%-
HSV(B)155.45º75.21%45.88%-
XYZ8.3513.589.97-
YUV86.58124.8586.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.78%
GREEN value IS 117 (46.09% from 255) = 51.54%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=12.78%
G=51.54%
B=35.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29117810.7500.310.54155.4560.2728.63
Hex1D75514B01F369b3c1d
Octal35165121113037662337435
Binary111011110101101000110010110111111101101001101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,117,81); }

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

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

 a { background-color: rgb(29,117,81); }

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

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

 span { border-color: rgb(29,117,81); }

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