Html Css Color HEX #01470A Myrtle

📋 copy color: '#01470A'

red 1 ◦ green 71 ◦ blue 10

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

Shades of Myrtle #01470A

Tints of Myrtle #01470A

RGB

 RED value IS 1 (0.78% from 255) = 1.22%

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

 BLUE value IS 10 (4.3% from 255) = 12.2%

R = 1.22%
G = 86.59%
B = 12.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#01470A (or 0x01470A) is known color: Myrtle. HEX triplet: 01, 47 and 0A. RGB value is (1,71,10). Sum of RGB (Red+Green+Blue) = 1+71+10=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 71 (28.12% from 255 or 86.59% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 71 - color contains mainly: green. Hex color #01470A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01470A is #FEB8F5. Grayscale: #2B2B2B. Windows color (decimal): -16693494 or 673537. OLE color: 673537.

HSL color Cylindrical-coordinate representation of color #01470A: hue angle of 127.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01470A is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 10 -
CMYK 0.99 0 0.86 0.72
HSL 127.71º 0.97% 0.14% -
HSV(B) 127.71º 0.99% 0.28% -
XYZ 2.32 4.53 1.04 -
YUV 43.12 109.31 97.96 -
System Red Green Blue C M Y K H S L
Decimal 1 71 10 0.99 0 0.86 0.72 127.71 0.97 0.14
Hex 1 47 A 63 0 56 48 80 61 E
Octal 1 107 12 143 0 126 110 200 141 16
Binary 1 1000111 1010 1100011 0 1010110 1001000 10000000 1100001 1110

Color Harmonies of #01470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01470A

Black with #01470A

Text Example


Text Example

White with #01470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01470A; }

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

 H1.HeaderClassName
 {
   color: #01470A;
 }
 .AnyTagClassName
 {
   color: #01470A;
 }
</style>

background-color css

<style>
 a { background-color: #01470A; }

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

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

border-color css

<style>
 span { border-color: #01470A; }

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

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