Html Css Color HEX #1D7C57 Salem

📋 copy color: '#1D7C57'

red 29 ◦ green 124 ◦ blue 87

#1D7C57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #1D7C57

Tints of Salem #1D7C57

RGB

 RED value IS 29 (11.72% from 255) = 12.08%

 GREEN value IS 124 (48.83% from 255) = 51.67%

 BLUE value IS 87 (34.38% from 255) = 36.25%

R = 12.08%
G = 51.67%
B = 36.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#1D7C57 (or 0x1D7C57) is known color: Salem. HEX triplet: 1D, 7C and 57. RGB value is (29,124,87). Sum of RGB (Red+Green+Blue) = 29+124+87=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #1D7C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7C57 is #E283A8. Grayscale: #5B5B5B. Windows color (decimal): -14844841 or 5733405. OLE color: 5733405.

HSL color Cylindrical-coordinate representation of color #1D7C57: hue angle of 156.63º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7C57 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 124 87 -
CMYK 0.77 0 0.30 0.51
HSL 156.63º 0.62% 0.3% -
HSV(B) 156.63º 0.77% 0.49% -
XYZ 9.43 15.36 11.49 -
YUV 91.38 125.53 83.51 -
System Red Green Blue C M Y K H S L
Decimal 29 124 87 0.77 0 0.30 0.51 156.63 0.62 0.3
Hex 1D 7C 57 4D 0 1E 33 9D 3E 1E
Octal 35 174 127 115 0 36 63 235 76 36
Binary 11101 1111100 1010111 1001101 0 11110 110011 10011101 111110 11110

Color Harmonies of #1D7C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7C57

Black with #1D7C57

Text Example


Text Example

White with #1D7C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,124,87); }

 H1.HeaderClassName
 {
   color: #1D7C57;
 }
 .AnyTagClassName
 {
   color: #1D7C57;
 }
</style>

background-color css

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

 a { background-color: rgb(29,124,87); }

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

border-color css

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

 span { border-color: rgb(29,124,87); }

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