#05410B

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

Shades of Myrtle #05410B

Tints of Myrtle #05410B

Color information

#05410B (or 0x05410B) is unknown color: approx Myrtle. HEX triplet: 05, 41 and 0B. RGB value is (5,65,11). Sum of RGB (Red+Green+Blue) = 5+65+11=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 65 (25.78% from 255 or 80.25% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 65 - color contains mainly: green. Hex color #05410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05410B is #FABEF4. Grayscale: #292929. Windows color (decimal): -16432885 or 737541. OLE color: 737541.

HSL color Cylindrical-coordinate representation of color #05410B: hue angle of 126º 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 #05410B is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB56511-
CMYK0.9200.830.75
HSL126º85.71%13.73%-
HSV(B)126º92.31%25.49%-
XYZ2.013.840.95-
YUV40.9111.12102.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 65 (25.78% from 255) = 80.25%
BLUE value IS 11 (4.69% from 255) = 13.58%
R=6.17%
G=80.25%
B=13.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565110.9200.830.7512685.7113.73
Hex541B5C0534B7e56e
Octal510113134012311317612616
Binary101100000110111011100010100111001011111111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05410B; }

 p { color: rgb(5,65,11); }

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

<style>
 a { background-color: #05410B; }

 a { background-color: rgb(5,65,11); }

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

<style>
 span { border-color: #05410B; }

 span { border-color: rgb(5,65,11); }

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