#05400C

Color #05400C Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #05400C

Tints of Myrtle #05400C

Color information

#05400C (or 0x05400C) is unknown color: approx Myrtle. HEX triplet: 05, 40 and 0C. RGB value is (5,64,12). Sum of RGB (Red+Green+Blue) = 5+64+12=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 64 (25.39% from 255 or 79.01% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 64 - color contains mainly: green. Hex color #05400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05400C is #FABFF3. Grayscale: #282828. Windows color (decimal): -16433140 or 802821. OLE color: 802821.

HSL color Cylindrical-coordinate representation of color #05400C: hue angle of 127.12º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05400C is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB56412-
CMYK0.9200.810.75
HSL127.12º85.51%13.53%-
HSV(B)127.12º92.19%25.1%-
XYZ1.963.730.96-
YUV40.43111.95102.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 64 (25.39% from 255) = 79.01%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=6.17%
G=79.01%
B=14.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal564120.9200.810.75127.1285.5113.53
Hex540C5C0514B7f56e
Octal510014134012111317712616
Binary101100000011001011100010100011001011111111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05400C; }

 p { color: rgb(5,64,12); }

 H1.HeaderClassName
 {
   color: #05400C;
 }
 .AnyTagClassName
 {
   color: #05400C;
 }
</style>
background-color css

<style>
 a { background-color: #05400C; }

 a { background-color: rgb(5,64,12); }

 div.DivClassName
 {
   background-color: #05400C;
 }
 .BgClassName
 {
   background-color: #05400C;
 }
</style>
border-color css

<style>
 span { border-color: #05400C; }

 span { border-color: rgb(5,64,12); }

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