#01530C

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

Shades of Myrtle #01530C

Tints of Myrtle #01530C

Color information

#01530C (or 0x01530C) is unknown color: approx Myrtle. HEX triplet: 01, 53 and 0C. RGB value is (1,83,12). Sum of RGB (Red+Green+Blue) = 1+83+12=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 83 (32.81% from 255 or 86.46% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 83 - color contains mainly: green. Hex color #01530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01530C is #FEACF3. Grayscale: #323232. Windows color (decimal): -16690420 or 807681. OLE color: 807681.

HSL color Cylindrical-coordinate representation of color #01530C: hue angle of 128.05º 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 #01530C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB18312-
CMYK0.9900.860.67
HSL128.05º97.62%16.47%-
HSV(B)128.05º98.8%32.55%-
XYZ3.176.221.38-
YUV50.39106.3392.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 83 (32.81% from 255) = 86.46%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=1.04%
G=86.46%
B=12.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183120.9900.860.67128.0597.6216.47
Hex153C6305643806210
Octal112314143012610320014220
Binary110100111100110001101010110100001110000000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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