#0D3304

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

Shades of Myrtle #0D3304

Tints of Myrtle #0D3304

Color information

#0D3304 (or 0x0D3304) is unknown color: approx Myrtle. HEX triplet: 0D, 33 and 04. RGB value is (13,51,4). Sum of RGB (Red+Green+Blue) = 13+51+4=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 51 (20.31% from 255 or 75% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 51 - color contains mainly: green. Hex color #0D3304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3304 is #F2CCFB. Grayscale: #222222. Windows color (decimal): -15912188 or 275213. OLE color: 275213.

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

Color convert

RGB13514-
CMYK0.7500.920.8
HSL108.51º85.45%10.78%-
HSV(B)108.51º92.16%20%-
XYZ1.372.460.52-
YUV34.28110.91112.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.12%
GREEN value IS 51 (20.31% from 255) = 75%
BLUE value IS 4 (1.95% from 255) = 5.88%
R=19.12%
G=75%
B=5.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal135140.7500.920.8108.5185.4510.78
HexD3344B05C506d55b
Octal15634113013412015512513
Binary11011100111001001011010111001010000110110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,51,4); }

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

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

 a { background-color: rgb(13,51,4); }

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

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

 span { border-color: rgb(13,51,4); }

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