Html Css Color HEX #01520D Myrtle

📋 copy color: '#01520D'

red 1 ◦ green 82 ◦ blue 13

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

Shades of Myrtle #01520D

Tints of Myrtle #01520D

RGB

 RED value IS 1 (0.78% from 255) = 1.04%

 GREEN value IS 82 (32.42% from 255) = 85.42%

 BLUE value IS 13 (5.47% from 255) = 13.54%

R = 1.04%
G = 85.42%
B = 13.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#01520D (or 0x01520D) is known color: Myrtle. HEX triplet: 01, 52 and 0D. RGB value is (1,82,13). Sum of RGB (Red+Green+Blue) = 1+82+13=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 82 (32.42% from 255 or 85.42% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 82 - color contains mainly: green. Hex color #01520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01520D is #FEADF2. Grayscale: #323232. Windows color (decimal): -16690675 or 872961. OLE color: 872961.

HSL color Cylindrical-coordinate representation of color #01520D: hue angle of 128.89º 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 #01520D is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 82 13 -
CMYK 0.99 0 0.84 0.68
HSL 128.89º 0.98% 0.16% -
HSV(B) 128.89º 0.99% 0.32% -
XYZ 3.1 6.07 1.39 -
YUV 49.92 107.16 93.11 -
System Red Green Blue C M Y K H S L
Decimal 1 82 13 0.99 0 0.84 0.68 128.89 0.98 0.16
Hex 1 52 D 63 0 54 44 81 62 10
Octal 1 122 15 143 0 124 104 201 142 20
Binary 1 1010010 1101 1100011 0 1010100 1000100 10000001 1100010 10000

Color Harmonies of #01520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01520D

Black with #01520D

Text Example


Text Example

White with #01520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01520D;
 }
 .AnyTagClassName
 {
   color: #01520D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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