Html Css Color HEX #0A480C Myrtle

📋 copy color: '#0A480C'

red 10 ◦ green 72 ◦ blue 12

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

Shades of Myrtle #0A480C

Tints of Myrtle #0A480C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.77%

R = 10.64%
G = 76.6%
B = 12.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#0A480C (or 0x0A480C) is known color: Myrtle. HEX triplet: 0A, 48 and 0C. RGB value is (10,72,12). Sum of RGB (Red+Green+Blue) = 10+72+12=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 72 (28.52% from 255 or 76.60% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 72 - color contains mainly: green. Hex color #0A480C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A480C is #F5B7F3. Grayscale: #2E2E2E. Windows color (decimal): -16103412 or 804874. OLE color: 804874.

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

Color convert

RGB 10 72 12 -
CMYK 0.86 0 0.83 0.72
HSL 121.94º 0.76% 0.16% -
HSV(B) 121.94º 0.86% 0.28% -
XYZ 2.51 4.73 1.13 -
YUV 46.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 10 72 12 0.86 0 0.83 0.72 121.94 0.76 0.16
Hex A 48 C 56 0 53 48 7A 4C 10
Octal 12 110 14 126 0 123 110 172 114 20
Binary 1010 1001000 1100 1010110 0 1010011 1001000 1111010 1001100 10000

Color Harmonies of #0A480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A480C

Black with #0A480C

Text Example


Text Example

White with #0A480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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