Html Css Color HEX #1A4712 Myrtle

📋 copy color: '#1A4712'

red 26 ◦ green 71 ◦ blue 18

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

Shades of Myrtle #1A4712

Tints of Myrtle #1A4712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.65%

R = 22.61%
G = 61.74%
B = 15.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#1A4712 (or 0x1A4712) is known color: Myrtle. HEX triplet: 1A, 47 and 12. RGB value is (26,71,18). Sum of RGB (Red+Green+Blue) = 26+71+18=115 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.61% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4712 is #E5B8ED. Grayscale: #333333. Windows color (decimal): -15055086 or 1197850. OLE color: 1197850.

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

Color convert

RGB 26 71 18 -
CMYK 0.63 0 0.75 0.72
HSL 110.94º 0.6% 0.17% -
HSV(B) 110.94º 0.75% 0.28% -
XYZ 2.79 4.77 1.35 -
YUV 51.5 109.09 109.81 -
System Red Green Blue C M Y K H S L
Decimal 26 71 18 0.63 0 0.75 0.72 110.94 0.6 0.17
Hex 1A 47 12 3F 0 4B 48 6F 3C 11
Octal 32 107 22 77 0 113 110 157 74 21
Binary 11010 1000111 10010 111111 0 1001011 1001000 1101111 111100 10001

Color Harmonies of #1A4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4712

Black with #1A4712

Text Example


Text Example

White with #1A4712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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