Html Css Color HEX #01450A Myrtle

📋 copy color: '#01450A'

red 1 ◦ green 69 ◦ blue 10

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

Shades of Myrtle #01450A

Tints of Myrtle #01450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 86.25%

 BLUE value IS 10 (4.3% from 255) = 12.5%

R = 1.25%
G = 86.25%
B = 12.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#01450A (or 0x01450A) is known color: Myrtle. HEX triplet: 01, 45 and 0A. RGB value is (1,69,10). Sum of RGB (Red+Green+Blue) = 1+69+10=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 69 (27.34% from 255 or 86.25% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 69 - color contains mainly: green. Hex color #01450A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01450A is #FEBAF5. Grayscale: #2A2A2A. Windows color (decimal): -16694006 or 673025. OLE color: 673025.

HSL color Cylindrical-coordinate representation of color #01450A: hue angle of 127.94º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01450A is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 10 -
CMYK 0.99 0 0.86 0.73
HSL 127.94º 0.97% 0.14% -
HSV(B) 127.94º 0.99% 0.27% -
XYZ 2.2 4.28 1 -
YUV 41.94 109.97 98.8 -
System Red Green Blue C M Y K H S L
Decimal 1 69 10 0.99 0 0.86 0.73 127.94 0.97 0.14
Hex 1 45 A 63 0 56 49 80 61 E
Octal 1 105 12 143 0 126 111 200 141 16
Binary 1 1000101 1010 1100011 0 1010110 1001001 10000000 1100001 1110

Color Harmonies of #01450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01450A

Black with #01450A

Text Example


Text Example

White with #01450A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01450A; }

 p { color: rgb(1,69,10); }

 H1.HeaderClassName
 {
   color: #01450A;
 }
 .AnyTagClassName
 {
   color: #01450A;
 }
</style>

background-color css

<style>
 a { background-color: #01450A; }

 a { background-color: rgb(1,69,10); }

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

border-color css

<style>
 span { border-color: #01450A; }

 span { border-color: rgb(1,69,10); }

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