Html Css Color HEX #1D774D Salem

📋 copy color: '#1D774D'

red 29 ◦ green 119 ◦ blue 77

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

Shades of Salem #1D774D

Tints of Salem #1D774D

RGB

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

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

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

R = 12.89%
G = 52.89%
B = 34.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#1D774D (or 0x1D774D) is known color: Salem. HEX triplet: 1D, 77 and 4D. RGB value is (29,119,77). Sum of RGB (Red+Green+Blue) = 29+119+77=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #1D774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D774D is #E288B2. Grayscale: #575757. Windows color (decimal): -14846131 or 5076765. OLE color: 5076765.

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

Color convert

RGB 29 119 77 -
CMYK 0.76 0 0.35 0.53
HSL 152º 0.61% 0.29% -
HSV(B) 152º 0.76% 0.47% -
XYZ 8.44 13.99 9.28 -
YUV 87.3 122.18 86.42 -
System Red Green Blue C M Y K H S L
Decimal 29 119 77 0.76 0 0.35 0.53 152 0.61 0.29
Hex 1D 77 4D 4C 0 23 35 98 3D 1D
Octal 35 167 115 114 0 43 65 230 75 35
Binary 11101 1110111 1001101 1001100 0 100011 110101 10011000 111101 11101

Color Harmonies of #1D774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D774D

Black with #1D774D

Text Example


Text Example

White with #1D774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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