#1A470A

Color #1A470A Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #1A470A

Tints of Myrtle #1A470A

Color information

#1A470A (or 0x1A470A) is unknown color: approx Myrtle. HEX triplet: 1A, 47 and 0A. RGB value is (26,71,10). Sum of RGB (Red+Green+Blue) = 26+71+10=107 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.30% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #1A470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A470A is #E5B8F5. Grayscale: #323232. Windows color (decimal): -15055094 or 673562. OLE color: 673562.

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

Color convert

RGB267110-
CMYK0.6300.860.72
HSL104.26º75.31%15.88%-
HSV(B)104.26º85.92%27.84%-
XYZ2.734.751.06-
YUV50.59105.09110.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.30%
GREEN value IS 71 (28.12% from 255) = 66.36%
BLUE value IS 10 (4.30% from 255) = 9.35%
R=24.30%
G=66.36%
B=9.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2671100.6300.860.72104.2675.3115.88
Hex1A47A3F05648684b10
Octal321071277012611015011320
Binary11010100011110101111110101011010010001101000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A470A;
 }
 .AnyTagClassName
 {
   color: #1A470A;
 }
</style>
background-color css

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

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

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

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

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

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