#05420B

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

Shades of Myrtle #05420B

Tints of Myrtle #05420B

Color information

#05420B (or 0x05420B) is unknown color: approx Myrtle. HEX triplet: 05, 42 and 0B. RGB value is (5,66,11). Sum of RGB (Red+Green+Blue) = 5+66+11=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 66 (26.17% from 255 or 80.49% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 66 - color contains mainly: green. Hex color #05420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05420B is #FABDF4. Grayscale: #292929. Windows color (decimal): -16432629 or 737797. OLE color: 737797.

HSL color Cylindrical-coordinate representation of color #05420B: hue angle of 125.9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05420B is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB56611-
CMYK0.9200.830.74
HSL125.9º85.92%13.92%-
HSV(B)125.9º92.42%25.88%-
XYZ2.073.950.97-
YUV41.49110.79101.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 66 (26.17% from 255) = 80.49%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=6.10%
G=80.49%
B=13.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal566110.9200.830.74125.985.9213.92
Hex542B5C0534A7e56e
Octal510213134012311217612616
Binary101100001010111011100010100111001010111111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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