Html Css Color HEX #0A480E Myrtle

📋 copy color: '#0A480E'

red 10 ◦ green 72 ◦ blue 14

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

Shades of Myrtle #0A480E

Tints of Myrtle #0A480E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.58%

R = 10.42%
G = 75%
B = 14.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#0A480E (or 0x0A480E) is known color: Myrtle. HEX triplet: 0A, 48 and 0E. RGB value is (10,72,14). Sum of RGB (Red+Green+Blue) = 10+72+14=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 72 (28.52% from 255 or 75% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 72 - color contains mainly: green. Hex color #0A480E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A480E is #F5B7F1. Grayscale: #2F2F2F. Windows color (decimal): -16103410 or 935946. OLE color: 935946.

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

Color convert

RGB 10 72 14 -
CMYK 0.86 0 0.81 0.72
HSL 123.87º 0.76% 0.16% -
HSV(B) 123.87º 0.86% 0.28% -
XYZ 2.52 4.73 1.2 -
YUV 46.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 10 72 14 0.86 0 0.81 0.72 123.87 0.76 0.16
Hex A 48 E 56 0 51 48 7C 4C 10
Octal 12 110 16 126 0 121 110 174 114 20
Binary 1010 1001000 1110 1010110 0 1010001 1001000 1111100 1001100 10000

Color Harmonies of #0A480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A480E

Black with #0A480E

Text Example


Text Example

White with #0A480E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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