Html Css Color HEX #1D4B13 Myrtle

📋 copy color: '#1D4B13'

red 29 ◦ green 75 ◦ blue 19

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

Shades of Myrtle #1D4B13

Tints of Myrtle #1D4B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 60.98%

 BLUE value IS 19 (7.81% from 255) = 15.45%

R = 23.58%
G = 60.98%
B = 15.45%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#1D4B13 (or 0x1D4B13) is known color: Myrtle. HEX triplet: 1D, 4B and 13. RGB value is (29,75,19). Sum of RGB (Red+Green+Blue) = 29+75+19=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 75 (29.69% from 255 or 60.98% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 75 - color contains mainly: green. Hex color #1D4B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4B13 is #E2B4EC. Grayscale: #373737. Windows color (decimal): -14857453 or 1264413. OLE color: 1264413.

HSL color Cylindrical-coordinate representation of color #1D4B13: hue angle of 109.29º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4B13 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 29 75 19 -
CMYK 0.61 0 0.75 0.71
HSL 109.29º 0.6% 0.18% -
HSV(B) 109.29º 0.75% 0.29% -
XYZ 3.14 5.34 1.48 -
YUV 54.86 107.76 109.55 -
System Red Green Blue C M Y K H S L
Decimal 29 75 19 0.61 0 0.75 0.71 109.29 0.6 0.18
Hex 1D 4B 13 3D 0 4B 47 6D 3C 12
Octal 35 113 23 75 0 113 107 155 74 22
Binary 11101 1001011 10011 111101 0 1001011 1000111 1101101 111100 10010

Color Harmonies of #1D4B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4B13

Black with #1D4B13

Text Example


Text Example

White with #1D4B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,75,19); }

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

background-color css

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

 a { background-color: rgb(29,75,19); }

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

border-color css

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

 span { border-color: rgb(29,75,19); }

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