#0D3408

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

Shades of Myrtle #0D3408

Tints of Myrtle #0D3408

Color information

#0D3408 (or 0x0D3408) is unknown color: approx Myrtle. HEX triplet: 0D, 34 and 08. RGB value is (13,52,8). Sum of RGB (Red+Green+Blue) = 13+52+8=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 52 (20.70% from 255 or 71.23% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 52 - color contains mainly: green. Hex color #0D3408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3408 is #F2CBF7. Grayscale: #232323. Windows color (decimal): -15911928 or 537613. OLE color: 537613.

HSL color Cylindrical-coordinate representation of color #0D3408: hue angle of 113.18º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D3408 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB13528-
CMYK0.7500.850.80
HSL113.18º73.33%11.76%-
HSV(B)113.18º84.62%20.39%-
XYZ1.442.560.65-
YUV35.32112.58112.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.81%
GREEN value IS 52 (20.70% from 255) = 71.23%
BLUE value IS 8 (3.52% from 255) = 10.96%
R=17.81%
G=71.23%
B=10.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal135280.7500.850.80113.1873.3311.76
HexD3484B055507149c
Octal156410113012512016111114
Binary110111010010001001011010101011010000111000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D3408; }

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

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

<style>
 a { background-color: #0D3408; }

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

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

<style>
 span { border-color: #0D3408; }

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

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