Html Css Color HEX #05490E Myrtle

📋 copy color: '#05490E'

red 5 ◦ green 73 ◦ blue 14

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

Shades of Myrtle #05490E

Tints of Myrtle #05490E

RGB

 RED value IS 5 (2.34% from 255) = 5.43%

 GREEN value IS 73 (28.91% from 255) = 79.35%

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

R = 5.43%
G = 79.35%
B = 15.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#05490E (or 0x05490E) is known color: Myrtle. HEX triplet: 05, 49 and 0E. RGB value is (5,73,14). Sum of RGB (Red+Green+Blue) = 5+73+14=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 73 (28.91% from 255 or 79.35% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 73 - color contains mainly: green. Hex color #05490E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05490E is #FAB6F1. Grayscale: #2E2E2E. Windows color (decimal): -16430834 or 936197. OLE color: 936197.

HSL color Cylindrical-coordinate representation of color #05490E: hue angle of 127.94º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05490E is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 73 14 -
CMYK 0.93 0 0.81 0.71
HSL 127.94º 0.87% 0.15% -
HSV(B) 127.94º 0.93% 0.29% -
XYZ 2.52 4.83 1.21 -
YUV 45.94 109.97 98.8 -
System Red Green Blue C M Y K H S L
Decimal 5 73 14 0.93 0 0.81 0.71 127.94 0.87 0.15
Hex 5 49 E 5D 0 51 47 80 57 F
Octal 5 111 16 135 0 121 107 200 127 17
Binary 101 1001001 1110 1011101 0 1010001 1000111 10000000 1010111 1111

Color Harmonies of #05490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05490E

Black with #05490E

Text Example


Text Example

White with #05490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05490E; }

 p { color: rgb(5,73,14); }

 H1.HeaderClassName
 {
   color: #05490E;
 }
 .AnyTagClassName
 {
   color: #05490E;
 }
</style>

background-color css

<style>
 a { background-color: #05490E; }

 a { background-color: rgb(5,73,14); }

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

border-color css

<style>
 span { border-color: #05490E; }

 span { border-color: rgb(5,73,14); }

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