Html Css Color HEX #0A4913 Myrtle

📋 copy color: '#0A4913'

red 10 ◦ green 73 ◦ blue 19

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

Shades of Myrtle #0A4913

Tints of Myrtle #0A4913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 71.57%

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

R = 9.8%
G = 71.57%
B = 18.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#0A4913 (or 0x0A4913) is known color: Myrtle. HEX triplet: 0A, 49 and 13. RGB value is (10,73,19). Sum of RGB (Red+Green+Blue) = 10+73+19=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 73 (28.91% from 255 or 71.57% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4913 is #F5B6EC. Grayscale: #303030. Windows color (decimal): -16103149 or 1263882. OLE color: 1263882.

HSL color Cylindrical-coordinate representation of color #0A4913: hue angle of 128.57º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4913 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 73 19 -
CMYK 0.86 0 0.74 0.71
HSL 128.57º 0.76% 0.16% -
HSV(B) 128.57º 0.86% 0.29% -
XYZ 2.63 4.88 1.42 -
YUV 48.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 10 73 19 0.86 0 0.74 0.71 128.57 0.76 0.16
Hex A 49 13 56 0 4A 47 81 4C 10
Octal 12 111 23 126 0 112 107 201 114 20
Binary 1010 1001001 10011 1010110 0 1001010 1000111 10000001 1001100 10000

Color Harmonies of #0A4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4913

Black with #0A4913

Text Example


Text Example

White with #0A4913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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