Html Css Color HEX #1D754D Salem

📋 copy color: '#1D754D'

red 29 ◦ green 117 ◦ blue 77

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

Shades of Salem #1D754D

Tints of Salem #1D754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.47%

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 13%
G = 52.47%
B = 34.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#1D754D (or 0x1D754D) is known color: Salem. HEX triplet: 1D, 75 and 4D. RGB value is (29,117,77). Sum of RGB (Red+Green+Blue) = 29+117+77=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #1D754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D754D is #E28AB2. Grayscale: #565656. Windows color (decimal): -14846643 or 5076253. OLE color: 5076253.

HSL color Cylindrical-coordinate representation of color #1D754D: hue angle of 152.73º 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 #1D754D is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 117 77 -
CMYK 0.75 0 0.34 0.54
HSL 152.73º 0.6% 0.29% -
HSV(B) 152.73º 0.75% 0.46% -
XYZ 8.21 13.52 9.2 -
YUV 86.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 29 117 77 0.75 0 0.34 0.54 152.73 0.6 0.29
Hex 1D 75 4D 4B 0 22 36 99 3C 1D
Octal 35 165 115 113 0 42 66 231 74 35
Binary 11101 1110101 1001101 1001011 0 100010 110110 10011001 111100 11101

Color Harmonies of #1D754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D754D

Black with #1D754D

Text Example


Text Example

White with #1D754D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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