Html Css Color HEX #1D7D59 Salem

📋 copy color: '#1D7D59'

red 29 ◦ green 125 ◦ blue 89

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

Shades of Salem #1D7D59

Tints of Salem #1D7D59

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.44%

 BLUE value IS 89 (35.16% from 255) = 36.63%

R = 11.93%
G = 51.44%
B = 36.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#1D7D59 (or 0x1D7D59) is known color: Salem. HEX triplet: 1D, 7D and 59. RGB value is (29,125,89). Sum of RGB (Red+Green+Blue) = 29+125+89=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7D59 is #E282A6. Grayscale: #5C5C5C. Windows color (decimal): -14844583 or 5864733. OLE color: 5864733.

HSL color Cylindrical-coordinate representation of color #1D7D59: hue angle of 157.5º 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 #1D7D59 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 125 89 -
CMYK 0.77 0 0.29 0.51
HSL 157.5º 0.62% 0.3% -
HSV(B) 157.5º 0.77% 0.49% -
XYZ 9.64 15.65 11.96 -
YUV 92.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 29 125 89 0.77 0 0.29 0.51 157.5 0.62 0.3
Hex 1D 7D 59 4D 0 1D 33 9E 3E 1E
Octal 35 175 131 115 0 35 63 236 76 36
Binary 11101 1111101 1011001 1001101 0 11101 110011 10011110 111110 11110

Color Harmonies of #1D7D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7D59

Black with #1D7D59

Text Example


Text Example

White with #1D7D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,125,89); }

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

background-color css

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

 a { background-color: rgb(29,125,89); }

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

border-color css

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

 span { border-color: rgb(29,125,89); }

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