Html Css Color HEX #1A470D Myrtle

📋 copy color: '#1A470D'

red 26 ◦ green 71 ◦ blue 13

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

Shades of Myrtle #1A470D

Tints of Myrtle #1A470D

RGB

 RED value IS 26 (10.55% from 255) = 23.64%

 GREEN value IS 71 (28.13% from 255) = 64.55%

 BLUE value IS 13 (5.47% from 255) = 11.82%

R = 23.64%
G = 64.55%
B = 11.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#1A470D (or 0x1A470D) is known color: Myrtle. HEX triplet: 1A, 47 and 0D. RGB value is (26,71,13). Sum of RGB (Red+Green+Blue) = 26+71+13=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #1A470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A470D is #E5B8F2. Grayscale: #333333. Windows color (decimal): -15055091 or 870170. OLE color: 870170.

HSL color Cylindrical-coordinate representation of color #1A470D: hue angle of 106.55º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A470D is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 26 71 13 -
CMYK 0.63 0 0.82 0.72
HSL 106.55º 0.69% 0.16% -
HSV(B) 106.55º 0.82% 0.28% -
XYZ 2.75 4.76 1.15 -
YUV 50.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 26 71 13 0.63 0 0.82 0.72 106.55 0.69 0.16
Hex 1A 47 D 3F 0 52 48 6B 45 10
Octal 32 107 15 77 0 122 110 153 105 20
Binary 11010 1000111 1101 111111 0 1010010 1001000 1101011 1000101 10000

Color Harmonies of #1A470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A470D

Black with #1A470D

Text Example


Text Example

White with #1A470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,71,13); }

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

background-color css

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

 a { background-color: rgb(26,71,13); }

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

border-color css

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

 span { border-color: rgb(26,71,13); }

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