Html Css Color HEX #0A4813 Myrtle

📋 copy color: '#0A4813'

red 10 ◦ green 72 ◦ blue 19

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

Shades of Myrtle #0A4813

Tints of Myrtle #0A4813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 71.29%

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

R = 9.9%
G = 71.29%
B = 18.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#0A4813 (or 0x0A4813) is known color: Myrtle. HEX triplet: 0A, 48 and 13. RGB value is (10,72,19). Sum of RGB (Red+Green+Blue) = 10+72+19=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 72 (28.52% from 255 or 71.29% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 72 - color contains mainly: green. Hex color #0A4813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4813 is #F5B7EC. Grayscale: #2F2F2F. Windows color (decimal): -16103405 or 1263626. OLE color: 1263626.

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

Color convert

RGB 10 72 19 -
CMYK 0.86 0 0.74 0.72
HSL 128.71º 0.76% 0.16% -
HSV(B) 128.71º 0.86% 0.28% -
XYZ 2.56 4.75 1.4 -
YUV 47.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 10 72 19 0.86 0 0.74 0.72 128.71 0.76 0.16
Hex A 48 13 56 0 4A 48 81 4C 10
Octal 12 110 23 126 0 112 110 201 114 20
Binary 1010 1001000 10011 1010110 0 1001010 1001000 10000001 1001100 10000

Color Harmonies of #0A4813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4813

Black with #0A4813

Text Example


Text Example

White with #0A4813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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