Html Css Color HEX #1D3710 Myrtle

📋 copy color: '#1D3710'

red 29 ◦ green 55 ◦ blue 16

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

Shades of Myrtle #1D3710

Tints of Myrtle #1D3710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 55%

 BLUE value IS 16 (6.64% from 255) = 16%

R = 29%
G = 55%
B = 16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#1D3710 (or 0x1D3710) is known color: Myrtle. HEX triplet: 1D, 37 and 10. RGB value is (29,55,16). Sum of RGB (Red+Green+Blue) = 29+55+16=100 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #1D3710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3710 is #E2C8EF. Grayscale: #2A2A2A. Windows color (decimal): -14862576 or 1062685. OLE color: 1062685.

HSL color Cylindrical-coordinate representation of color #1D3710: hue angle of 100º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D3710 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 55 16 -
CMYK 0.47 0 0.71 0.78
HSL 100º 0.55% 0.14% -
HSV(B) 100º 0.71% 0.22% -
XYZ 1.97 3.03 0.97 -
YUV 42.78 112.89 118.17 -
System Red Green Blue C M Y K H S L
Decimal 29 55 16 0.47 0 0.71 0.78 100 0.55 0.14
Hex 1D 37 10 2F 0 47 4E 64 37 E
Octal 35 67 20 57 0 107 116 144 67 16
Binary 11101 110111 10000 101111 0 1000111 1001110 1100100 110111 1110

Color Harmonies of #1D3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3710

Black with #1D3710

Text Example


Text Example

White with #1D3710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,55,16); }

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

background-color css

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

 a { background-color: rgb(29,55,16); }

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

border-color css

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

 span { border-color: rgb(29,55,16); }

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