Html Css Color HEX #1D7757 Salem

📋 copy color: '#1D7757'

red 29 ◦ green 119 ◦ blue 87

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

Shades of Salem #1D7757

Tints of Salem #1D7757

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.64%

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

R = 12.34%
G = 50.64%
B = 37.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#1D7757 (or 0x1D7757) is known color: Salem. HEX triplet: 1D, 77 and 57. RGB value is (29,119,87). Sum of RGB (Red+Green+Blue) = 29+119+87=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #1D7757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7757 is #E288A8. Grayscale: #585858. Windows color (decimal): -14846121 or 5732125. OLE color: 5732125.

HSL color Cylindrical-coordinate representation of color #1D7757: hue angle of 158.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 #1D7757 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 119 87 -
CMYK 0.76 0 0.27 0.53
HSL 158.67º 0.61% 0.29% -
HSV(B) 158.67º 0.76% 0.47% -
XYZ 8.82 14.14 11.28 -
YUV 88.44 127.18 85.6 -
System Red Green Blue C M Y K H S L
Decimal 29 119 87 0.76 0 0.27 0.53 158.67 0.61 0.29
Hex 1D 77 57 4C 0 1B 35 9F 3D 1D
Octal 35 167 127 114 0 33 65 237 75 35
Binary 11101 1110111 1010111 1001100 0 11011 110101 10011111 111101 11101

Color Harmonies of #1D7757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7757

Black with #1D7757

Text Example


Text Example

White with #1D7757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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