Html Css Color HEX #01520C Myrtle

📋 copy color: '#01520C'

red 1 ◦ green 82 ◦ blue 12

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

Shades of Myrtle #01520C

Tints of Myrtle #01520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.63%

R = 1.05%
G = 86.32%
B = 12.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#01520C (or 0x01520C) is known color: Myrtle. HEX triplet: 01, 52 and 0C. RGB value is (1,82,12). Sum of RGB (Red+Green+Blue) = 1+82+12=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 82 (32.42% from 255 or 86.32% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 82 - color contains mainly: green. Hex color #01520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01520C is #FEADF3. Grayscale: #313131. Windows color (decimal): -16690676 or 807425. OLE color: 807425.

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

Color convert

RGB 1 82 12 -
CMYK 0.99 0 0.85 0.68
HSL 128.15º 0.98% 0.16% -
HSV(B) 128.15º 0.99% 0.32% -
XYZ 3.1 6.07 1.36 -
YUV 49.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 1 82 12 0.99 0 0.85 0.68 128.15 0.98 0.16
Hex 1 52 C 63 0 55 44 80 62 10
Octal 1 122 14 143 0 125 104 200 142 20
Binary 1 1010010 1100 1100011 0 1010101 1000100 10000000 1100010 10000

Color Harmonies of #01520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01520C

Black with #01520C

Text Example


Text Example

White with #01520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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