Html Css Color HEX #1D4020 Myrtle

📋 copy color: '#1D4020'

red 29 ◦ green 64 ◦ blue 32

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

Shades of Myrtle #1D4020

Tints of Myrtle #1D4020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 51.2%

 BLUE value IS 32 (12.89% from 255) = 25.6%

R = 23.2%
G = 51.2%
B = 25.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#1D4020 (or 0x1D4020) is known color: Myrtle. HEX triplet: 1D, 40 and 20. RGB value is (29,64,32). Sum of RGB (Red+Green+Blue) = 29+64+32=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #1D4020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4020 is #E2BFDF. Grayscale: #313131. Windows color (decimal): -14860256 or 2113565. OLE color: 2113565.

HSL color Cylindrical-coordinate representation of color #1D4020: hue angle of 125.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D4020 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 29 64 32 -
CMYK 0.55 0 0.50 0.75
HSL 125.14º 0.38% 0.18% -
HSV(B) 125.14º 0.55% 0.25% -
XYZ 2.6 4.03 2.01 -
YUV 49.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 29 64 32 0.55 0 0.50 0.75 125.14 0.38 0.18
Hex 1D 40 20 37 0 32 4B 7D 26 12
Octal 35 100 40 67 0 62 113 175 46 22
Binary 11101 1000000 100000 110111 0 110010 1001011 1111101 100110 10010

Color Harmonies of #1D4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4020

Black with #1D4020

Text Example


Text Example

White with #1D4020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,64,32); }

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

background-color css

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

 a { background-color: rgb(29,64,32); }

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

border-color css

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

 span { border-color: rgb(29,64,32); }

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