Html Css Color HEX #1D5514 Myrtle

📋 copy color: '#1D5514'

red 29 ◦ green 85 ◦ blue 20

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

Shades of Myrtle #1D5514

Tints of Myrtle #1D5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 63.43%

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 21.64%
G = 63.43%
B = 14.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#1D5514 (or 0x1D5514) is known color: Myrtle. HEX triplet: 1D, 55 and 14. RGB value is (29,85,20). Sum of RGB (Red+Green+Blue) = 29+85+20=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5514 is #E2AAEB. Grayscale: #3D3D3D. Windows color (decimal): -14854892 or 1332509. OLE color: 1332509.

HSL color Cylindrical-coordinate representation of color #1D5514: hue angle of 111.69º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D5514 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 85 20 -
CMYK 0.66 0 0.76 0.67
HSL 111.69º 0.62% 0.21% -
HSV(B) 111.69º 0.76% 0.33% -
XYZ 3.88 6.81 1.77 -
YUV 60.85 104.95 105.29 -
System Red Green Blue C M Y K H S L
Decimal 29 85 20 0.66 0 0.76 0.67 111.69 0.62 0.21
Hex 1D 55 14 42 0 4C 43 70 3E 15
Octal 35 125 24 102 0 114 103 160 76 25
Binary 11101 1010101 10100 1000010 0 1001100 1000011 1110000 111110 10101

Color Harmonies of #1D5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5514

Black with #1D5514

Text Example


Text Example

White with #1D5514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,85,20); }

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

background-color css

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

 a { background-color: rgb(29,85,20); }

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

border-color css

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

 span { border-color: rgb(29,85,20); }

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