Html Css Color HEX #0A5413 Myrtle

📋 copy color: '#0A5413'

red 10 ◦ green 84 ◦ blue 19

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

Shades of Myrtle #0A5413

Tints of Myrtle #0A5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 74.34%

 BLUE value IS 19 (7.81% from 255) = 16.81%

R = 8.85%
G = 74.34%
B = 16.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#0A5413 (or 0x0A5413) is known color: Myrtle. HEX triplet: 0A, 54 and 13. RGB value is (10,84,19). Sum of RGB (Red+Green+Blue) = 10+84+19=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 84 (33.20% from 255 or 74.34% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5413 is #F5ABEC. Grayscale: #363636. Windows color (decimal): -16100333 or 1266698. OLE color: 1266698.

HSL color Cylindrical-coordinate representation of color #0A5413: hue angle of 127.3º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5413 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 84 19 -
CMYK 0.88 0 0.77 0.67
HSL 127.3º 0.79% 0.18% -
HSV(B) 127.3º 0.88% 0.33% -
XYZ 3.41 6.45 1.68 -
YUV 54.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 10 84 19 0.88 0 0.77 0.67 127.3 0.79 0.18
Hex A 54 13 58 0 4D 43 7F 4F 12
Octal 12 124 23 130 0 115 103 177 117 22
Binary 1010 1010100 10011 1011000 0 1001101 1000011 1111111 1001111 10010

Color Harmonies of #0A5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5413

Black with #0A5413

Text Example


Text Example

White with #0A5413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,84,19); }

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

background-color css

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

 a { background-color: rgb(10,84,19); }

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

border-color css

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

 span { border-color: rgb(10,84,19); }

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