Html Css Color HEX #1E5513 Myrtle

📋 copy color: '#1E5513'

red 30 ◦ green 85 ◦ blue 19

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

Shades of Myrtle #1E5513

Tints of Myrtle #1E5513

RGB

 RED value IS 30 (12.11% from 255) = 22.39%

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

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

R = 22.39%
G = 63.43%
B = 14.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#1E5513 (or 0x1E5513) is known color: Myrtle. HEX triplet: 1E, 55 and 13. RGB value is (30,85,19). Sum of RGB (Red+Green+Blue) = 30+85+19=134 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.39% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #1E5513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5513 is #E1AAEC. Grayscale: #3D3D3D. Windows color (decimal): -14789357 or 1266974. OLE color: 1266974.

HSL color Cylindrical-coordinate representation of color #1E5513: hue angle of 110º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E5513 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 30 85 19 -
CMYK 0.65 0 0.78 0.67
HSL 110º 0.63% 0.2% -
HSV(B) 110º 0.78% 0.33% -
XYZ 3.9 6.82 1.73 -
YUV 61.03 104.28 105.87 -
System Red Green Blue C M Y K H S L
Decimal 30 85 19 0.65 0 0.78 0.67 110 0.63 0.2
Hex 1E 55 13 41 0 4E 43 6E 3F 14
Octal 36 125 23 101 0 116 103 156 77 24
Binary 11110 1010101 10011 1000001 0 1001110 1000011 1101110 111111 10100

Color Harmonies of #1E5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5513

Black with #1E5513

Text Example


Text Example

White with #1E5513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,85,19); }

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

background-color css

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

 a { background-color: rgb(30,85,19); }

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

border-color css

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

 span { border-color: rgb(30,85,19); }

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