#01530A

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

Shades of Myrtle #01530A

Tints of Myrtle #01530A

Color information

#01530A (or 0x01530A) is unknown color: approx Myrtle. HEX triplet: 01, 53 and 0A. RGB value is (1,83,10). Sum of RGB (Red+Green+Blue) = 1+83+10=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 83 (32.81% from 255 or 88.30% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 83 - color contains mainly: green. Hex color #01530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01530A is #FEACF5. Grayscale: #323232. Windows color (decimal): -16690422 or 676609. OLE color: 676609.

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

Color convert

RGB18310-
CMYK0.9900.880.67
HSL126.59º97.62%16.47%-
HSV(B)126.59º98.8%32.55%-
XYZ3.166.211.32-
YUV50.16105.3392.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 83 (32.81% from 255) = 88.30%
BLUE value IS 10 (4.30% from 255) = 10.64%
R=1.06%
G=88.30%
B=10.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183100.9900.880.67126.5997.6216.47
Hex153A63058437f6210
Octal112312143013010317714220
Binary11010011101011000110101100010000111111111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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