#08370D

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

Shades of Myrtle #08370D

Tints of Myrtle #08370D

Color information

#08370D (or 0x08370D) is unknown color: approx Myrtle. HEX triplet: 08, 37 and 0D. RGB value is (8,55,13). Sum of RGB (Red+Green+Blue) = 8+55+13=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #08370D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08370D is #F7C8F2. Grayscale: #242424. Windows color (decimal): -16238835 or 866056. OLE color: 866056.

HSL color Cylindrical-coordinate representation of color #08370D: hue angle of 126.38º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08370D is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB85513-
CMYK0.8500.760.78
HSL126.38º74.6%12.35%-
HSV(B)126.38º85.45%21.57%-
XYZ1.542.810.84-
YUV36.16114.93107.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.53%
GREEN value IS 55 (21.88% from 255) = 72.37%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=10.53%
G=72.37%
B=17.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal855130.8500.760.78126.3874.612.35
Hex837D5504C4E7e4bc
Octal106715125011411617611314
Binary100011011111011010101010011001001110111111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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