#08490D

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

Shades of Myrtle #08490D

Tints of Myrtle #08490D

Color information

#08490D (or 0x08490D) is unknown color: approx Myrtle. HEX triplet: 08, 49 and 0D. RGB value is (8,73,13). Sum of RGB (Red+Green+Blue) = 8+73+13=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 73 (28.91% from 255 or 77.66% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 73 - color contains mainly: green. Hex color #08490D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08490D is #F7B6F2. Grayscale: #2E2E2E. Windows color (decimal): -16234227 or 870664. OLE color: 870664.

HSL color Cylindrical-coordinate representation of color #08490D: hue angle of 124.62º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08490D is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB87313-
CMYK0.8900.820.71
HSL124.62º80.25%15.88%-
HSV(B)124.62º89.04%28.63%-
XYZ2.564.851.18-
YUV46.72108.97100.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.51%
GREEN value IS 73 (28.91% from 255) = 77.66%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=8.51%
G=77.66%
B=13.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal873130.8900.820.71124.6280.2515.88
Hex849D59052477d5010
Octal1011115131012210717512020
Binary10001001001110110110010101001010001111111101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,73,13); }

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

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

 a { background-color: rgb(8,73,13); }

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

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

 span { border-color: rgb(8,73,13); }

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