#05410C

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

Shades of Myrtle #05410C

Tints of Myrtle #05410C

Color information

#05410C (or 0x05410C) is unknown color: approx Myrtle. HEX triplet: 05, 41 and 0C. RGB value is (5,65,12). Sum of RGB (Red+Green+Blue) = 5+65+12=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 65 (25.78% from 255 or 79.27% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 65 - color contains mainly: green. Hex color #05410C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05410C is #FABEF3. Grayscale: #292929. Windows color (decimal): -16432884 or 803077. OLE color: 803077.

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

Color convert

RGB56512-
CMYK0.9200.820.75
HSL127º85.71%13.73%-
HSV(B)127º92.31%25.49%-
XYZ2.023.840.98-
YUV41.02111.62102.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 65 (25.78% from 255) = 79.27%
BLUE value IS 12 (5.08% from 255) = 14.63%
R=6.10%
G=79.27%
B=14.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565120.9200.820.7512785.7113.73
Hex541C5C0524B7f56e
Octal510114134012211317712616
Binary101100000111001011100010100101001011111111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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