#06480D

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

Shades of Myrtle #06480D

Tints of Myrtle #06480D

Color information

#06480D (or 0x06480D) is unknown color: approx Myrtle. HEX triplet: 06, 48 and 0D. RGB value is (6,72,13). Sum of RGB (Red+Green+Blue) = 6+72+13=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 72 (28.52% from 255 or 79.12% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 72 - color contains mainly: green. Hex color #06480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06480D is #F9B7F2. Grayscale: #2D2D2D. Windows color (decimal): -16365555 or 870406. OLE color: 870406.

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

Color convert

RGB67213-
CMYK0.9200.820.72
HSL126.36º84.62%15.29%-
HSV(B)126.36º91.67%28.24%-
XYZ2.474.71.16-
YUV45.54109.6399.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 72 (28.52% from 255) = 79.12%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=6.59%
G=79.12%
B=14.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672130.9200.820.72126.3684.6215.29
Hex648D5C052487e55f
Octal611015134012211017612517
Binary110100100011011011100010100101001000111111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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