Html Css Color HEX #01500D Myrtle

📋 copy color: '#01500D'

red 1 ◦ green 80 ◦ blue 13

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

Shades of Myrtle #01500D

Tints of Myrtle #01500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 85.11%

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

R = 1.06%
G = 85.11%
B = 13.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#01500D (or 0x01500D) is known color: Myrtle. HEX triplet: 01, 50 and 0D. RGB value is (1,80,13). Sum of RGB (Red+Green+Blue) = 1+80+13=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 80 (31.64% from 255 or 85.11% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 80 - color contains mainly: green. Hex color #01500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01500D is #FEAFF2. Grayscale: #303030. Windows color (decimal): -16691187 or 872449. OLE color: 872449.

HSL color Cylindrical-coordinate representation of color #01500D: hue angle of 129.11º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01500D is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 80 13 -
CMYK 0.99 0 0.84 0.69
HSL 129.11º 0.98% 0.16% -
HSV(B) 129.11º 0.99% 0.31% -
XYZ 2.95 5.77 1.34 -
YUV 48.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 1 80 13 0.99 0 0.84 0.69 129.11 0.98 0.16
Hex 1 50 D 63 0 54 45 81 62 10
Octal 1 120 15 143 0 124 105 201 142 20
Binary 1 1010000 1101 1100011 0 1010100 1000101 10000001 1100010 10000

Color Harmonies of #01500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01500D

Black with #01500D

Text Example


Text Example

White with #01500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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