Html Css Color HEX #0A4501 Myrtle

📋 copy color: '#0A4501'

red 10 ◦ green 69 ◦ blue 1

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

Shades of Myrtle #0A4501

Tints of Myrtle #0A4501

RGB

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

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

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

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

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #0A4501: hue angle of 112.06º 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 #0A4501 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 10 69 1 -
CMYK 0.86 0 0.99 0.73
HSL 112.06º 0.97% 0.14% -
HSV(B) 112.06º 0.99% 0.27% -
XYZ 2.26 4.32 0.74 -
YUV 43.61 103.95 104.03 -
System Red Green Blue C M Y K H S L
Decimal 10 69 1 0.86 0 0.99 0.73 112.06 0.97 0.14
Hex A 45 1 56 0 63 49 70 61 E
Octal 12 105 1 126 0 143 111 160 141 16
Binary 1010 1000101 1 1010110 0 1100011 1001001 1110000 1100001 1110

Color Harmonies of #0A4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4501

Black with #0A4501

Text Example


Text Example

White with #0A4501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A4501; }

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

 H1.HeaderClassName
 {
   color: #0A4501;
 }
 .AnyTagClassName
 {
   color: #0A4501;
 }
</style>

background-color css

<style>
 a { background-color: #0A4501; }

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

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

border-color css

<style>
 span { border-color: #0A4501; }

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

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