#01480B

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

Shades of Myrtle #01480B

Tints of Myrtle #01480B

Color information

#01480B (or 0x01480B) is unknown color: approx Myrtle. HEX triplet: 01, 48 and 0B. RGB value is (1,72,11). Sum of RGB (Red+Green+Blue) = 1+72+11=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 72 (28.52% from 255 or 85.71% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 72 - color contains mainly: green. Hex color #01480B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01480B is #FEB7F4. Grayscale: #2B2B2B. Windows color (decimal): -16693237 or 739329. OLE color: 739329.

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

Color convert

RGB17211-
CMYK0.9900.850.72
HSL128.45º97.26%14.31%-
HSV(B)128.45º98.61%28.24%-
XYZ2.394.671.09-
YUV43.82109.4897.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 72 (28.52% from 255) = 85.71%
BLUE value IS 11 (4.69% from 255) = 13.10%
R=1.19%
G=85.71%
B=13.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172110.9900.850.72128.4597.2614.31
Hex148B63055488061e
Octal111013143012511020014116
Binary11001000101111000110101010110010001000000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01480B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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