#01520A

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

Shades of Myrtle #01520A

Tints of Myrtle #01520A

Color information

#01520A (or 0x01520A) is unknown color: approx Myrtle. HEX triplet: 01, 52 and 0A. RGB value is (1,82,10). Sum of RGB (Red+Green+Blue) = 1+82+10=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 82 (32.42% from 255 or 88.17% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 82 - color contains mainly: green. Hex color #01520A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01520A is #FEADF5. Grayscale: #313131. Windows color (decimal): -16690678 or 676353. OLE color: 676353.

HSL color Cylindrical-coordinate representation of color #01520A: hue angle of 126.67º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01520A is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB18210-
CMYK0.9900.880.68
HSL126.67º97.59%16.27%-
HSV(B)126.67º98.78%32.16%-
XYZ3.086.061.29-
YUV49.57105.6693.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 82 (32.42% from 255) = 88.17%
BLUE value IS 10 (4.30% from 255) = 10.75%
R=1.08%
G=88.17%
B=10.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal182100.9900.880.68126.6797.5916.27
Hex152A63058447f6210
Octal112212143013010417714220
Binary11010010101011000110101100010001001111111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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