Html Css Color HEX #01470B Myrtle

📋 copy color: '#01470B'

red 1 ◦ green 71 ◦ blue 11

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

Shades of Myrtle #01470B

Tints of Myrtle #01470B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.25%

R = 1.2%
G = 85.54%
B = 13.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#01470B (or 0x01470B) is known color: Myrtle. HEX triplet: 01, 47 and 0B. RGB value is (1,71,11). Sum of RGB (Red+Green+Blue) = 1+71+11=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 71 (28.12% from 255 or 85.54% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 71 - color contains mainly: green. Hex color #01470B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01470B is #FEB8F4. Grayscale: #2B2B2B. Windows color (decimal): -16693493 or 739073. OLE color: 739073.

HSL color Cylindrical-coordinate representation of color #01470B: hue angle of 128.57º 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 #01470B is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 11 -
CMYK 0.99 0 0.85 0.72
HSL 128.57º 0.97% 0.14% -
HSV(B) 128.57º 0.99% 0.28% -
XYZ 2.33 4.54 1.07 -
YUV 43.23 109.81 97.88 -
System Red Green Blue C M Y K H S L
Decimal 1 71 11 0.99 0 0.85 0.72 128.57 0.97 0.14
Hex 1 47 B 63 0 55 48 81 61 E
Octal 1 107 13 143 0 125 110 201 141 16
Binary 1 1000111 1011 1100011 0 1010101 1001000 10000001 1100001 1110

Color Harmonies of #01470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01470B

Black with #01470B

Text Example


Text Example

White with #01470B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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