#1D7751

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

Shades of Salem #1D7751

Tints of Salem #1D7751

Color information

#1D7751 (or 0x1D7751) is unknown color: approx Salem. HEX triplet: 1D, 77 and 51. RGB value is (29,119,81). Sum of RGB (Red+Green+Blue) = 29+119+81=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #1D7751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7751 is #E288AE. Grayscale: #575757. Windows color (decimal): -14846127 or 5338909. OLE color: 5338909.

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

Color convert

RGB2911981-
CMYK0.7600.320.53
HSL154.67º60.81%29.02%-
HSV(B)154.67º75.63%46.67%-
XYZ8.5914.0510.04-
YUV87.76124.1886.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.66%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=12.66%
G=51.97%
B=35.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29119810.7600.320.53154.6760.8129.02
Hex1D77514C020359b3d1d
Octal35167121114040652337535
Binary1110111101111010001100110001000001101011001101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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