#08480C

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

Shades of Myrtle #08480C

Tints of Myrtle #08480C

Color information

#08480C (or 0x08480C) is unknown color: approx Myrtle. HEX triplet: 08, 48 and 0C. RGB value is (8,72,12). Sum of RGB (Red+Green+Blue) = 8+72+12=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 72 (28.52% from 255 or 78.26% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 72 - color contains mainly: green. Hex color #08480C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08480C is #F7B7F3. Grayscale: #2E2E2E. Windows color (decimal): -16234484 or 804872. OLE color: 804872.

HSL color Cylindrical-coordinate representation of color #08480C: hue angle of 123.75º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08480C is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB87212-
CMYK0.8900.830.72
HSL123.75º80%15.69%-
HSV(B)123.75º88.89%28.24%-
XYZ2.484.711.13-
YUV46.02108.8100.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.70%
GREEN value IS 72 (28.52% from 255) = 78.26%
BLUE value IS 12 (5.08% from 255) = 13.04%
R=8.70%
G=78.26%
B=13.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal872120.8900.830.72123.758015.69
Hex848C59053487c5010
Octal1011014131012311017412020
Binary10001001000110010110010101001110010001111100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,72,12); }

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

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

 a { background-color: rgb(8,72,12); }

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

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

 span { border-color: rgb(8,72,12); }

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