Html Css Color HEX #05480D Myrtle

📋 copy color: '#05480D'

red 5 ◦ green 72 ◦ blue 13

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

Shades of Myrtle #05480D

Tints of Myrtle #05480D

RGB

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

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

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

R = 5.56%
G = 80%
B = 14.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#05480D (or 0x05480D) is known color: Myrtle. HEX triplet: 05, 48 and 0D. RGB value is (5,72,13). Sum of RGB (Red+Green+Blue) = 5+72+13=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 72 (28.52% from 255 or 80% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 72 - color contains mainly: green. Hex color #05480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05480D is #FAB7F2. Grayscale: #2D2D2D. Windows color (decimal): -16431091 or 870405. OLE color: 870405.

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

Color convert

RGB 5 72 13 -
CMYK 0.93 0 0.82 0.72
HSL 127.16º 0.87% 0.15% -
HSV(B) 127.16º 0.93% 0.28% -
XYZ 2.45 4.7 1.16 -
YUV 45.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 5 72 13 0.93 0 0.82 0.72 127.16 0.87 0.15
Hex 5 48 D 5D 0 52 48 7F 57 F
Octal 5 110 15 135 0 122 110 177 127 17
Binary 101 1001000 1101 1011101 0 1010010 1001000 1111111 1010111 1111

Color Harmonies of #05480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05480D

Black with #05480D

Text Example


Text Example

White with #05480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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