Html Css Color HEX #01530C Myrtle

📋 copy color: '#01530C'

red 1 ◦ green 83 ◦ blue 12

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

Shades of Myrtle #01530C

Tints of Myrtle #01530C

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 value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#01530C (or 0x01530C) is known color: 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

RGB 1 83 12 -
CMYK 0.99 0 0.86 0.67
HSL 128.05º 0.98% 0.16% -
HSV(B) 128.05º 0.99% 0.33% -
XYZ 3.17 6.22 1.38 -
YUV 50.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 1 83 12 0.99 0 0.86 0.67 128.05 0.98 0.16
Hex 1 53 C 63 0 56 43 80 62 10
Octal 1 123 14 143 0 126 103 200 142 20
Binary 1 1010011 1100 1100011 0 1010110 1000011 10000000 1100010 10000

Color Harmonies of #01530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01530C

Black with #01530C

Text Example


Text Example

White with #01530C

Text Example


Text Example

HTML Codes & Css Web 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>