Html Css Color HEX #05460D Myrtle

📋 copy color: '#05460D'

red 5 ◦ green 70 ◦ blue 13

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

Shades of Myrtle #05460D

Tints of Myrtle #05460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 79.55%

 BLUE value IS 13 (5.47% from 255) = 14.77%

R = 5.68%
G = 79.55%
B = 14.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#05460D (or 0x05460D) is known color: Myrtle. HEX triplet: 05, 46 and 0D. RGB value is (5,70,13). Sum of RGB (Red+Green+Blue) = 5+70+13=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 70 (27.73% from 255 or 79.55% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 70 - color contains mainly: green. Hex color #05460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05460D is #FAB9F2. Grayscale: #2C2C2C. Windows color (decimal): -16431603 or 869893. OLE color: 869893.

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

Color convert

RGB 5 70 13 -
CMYK 0.93 0 0.81 0.73
HSL 127.38º 0.87% 0.15% -
HSV(B) 127.38º 0.93% 0.27% -
XYZ 2.33 4.44 1.12 -
YUV 44.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 5 70 13 0.93 0 0.81 0.73 127.38 0.87 0.15
Hex 5 46 D 5D 0 51 49 7F 57 F
Octal 5 106 15 135 0 121 111 177 127 17
Binary 101 1000110 1101 1011101 0 1010001 1001001 1111111 1010111 1111

Color Harmonies of #05460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05460D

Black with #05460D

Text Example


Text Example

White with #05460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05460D; }

 p { color: rgb(5,70,13); }

 H1.HeaderClassName
 {
   color: #05460D;
 }
 .AnyTagClassName
 {
   color: #05460D;
 }
</style>

background-color css

<style>
 a { background-color: #05460D; }

 a { background-color: rgb(5,70,13); }

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

border-color css

<style>
 span { border-color: #05460D; }

 span { border-color: rgb(5,70,13); }

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