Html Css Color HEX #0A400E Myrtle

📋 copy color: '#0A400E'

red 10 ◦ green 64 ◦ blue 14

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

Shades of Myrtle #0A400E

Tints of Myrtle #0A400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 72.73%

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

R = 11.36%
G = 72.73%
B = 15.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#0A400E (or 0x0A400E) is known color: Myrtle. HEX triplet: 0A, 40 and 0E. RGB value is (10,64,14). Sum of RGB (Red+Green+Blue) = 10+64+14=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #0A400E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A400E is #F5BFF1. Grayscale: #2A2A2A. Windows color (decimal): -16105458 or 933898. OLE color: 933898.

HSL color Cylindrical-coordinate representation of color #0A400E: hue angle of 124.44º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A400E is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 64 14 -
CMYK 0.84 0 0.78 0.75
HSL 124.44º 0.73% 0.15% -
HSV(B) 124.44º 0.84% 0.25% -
XYZ 2.04 3.76 1.03 -
YUV 42.15 112.11 105.07 -
System Red Green Blue C M Y K H S L
Decimal 10 64 14 0.84 0 0.78 0.75 124.44 0.73 0.15
Hex A 40 E 54 0 4E 4B 7C 49 F
Octal 12 100 16 124 0 116 113 174 111 17
Binary 1010 1000000 1110 1010100 0 1001110 1001011 1111100 1001001 1111

Color Harmonies of #0A400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A400E

Black with #0A400E

Text Example


Text Example

White with #0A400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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