Html Css Color HEX #0A4A14 Myrtle

📋 copy color: '#0A4A14'

red 10 ◦ green 74 ◦ blue 20

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

Shades of Myrtle #0A4A14

Tints of Myrtle #0A4A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 71.15%

 BLUE value IS 20 (8.2% from 255) = 19.23%

R = 9.62%
G = 71.15%
B = 19.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#0A4A14 (or 0x0A4A14) is known color: Myrtle. HEX triplet: 0A, 4A and 14. RGB value is (10,74,20). Sum of RGB (Red+Green+Blue) = 10+74+20=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 74 (29.30% from 255 or 71.15% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 74 - color contains mainly: green. Hex color #0A4A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4A14 is #F5B5EB. Grayscale: #303030. Windows color (decimal): -16102892 or 1329674. OLE color: 1329674.

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

Color convert

RGB 10 74 20 -
CMYK 0.86 0 0.73 0.71
HSL 129.38º 0.76% 0.16% -
HSV(B) 129.38º 0.86% 0.29% -
XYZ 2.7 5.01 1.49 -
YUV 48.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 10 74 20 0.86 0 0.73 0.71 129.38 0.76 0.16
Hex A 4A 14 56 0 49 47 81 4C 10
Octal 12 112 24 126 0 111 107 201 114 20
Binary 1010 1001010 10100 1010110 0 1001001 1000111 10000001 1001100 10000

Color Harmonies of #0A4A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4A14

Black with #0A4A14

Text Example


Text Example

White with #0A4A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,74,20); }

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

background-color css

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

 a { background-color: rgb(10,74,20); }

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

border-color css

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

 span { border-color: rgb(10,74,20); }

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