#0D350C

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

Shades of Myrtle #0D350C

Tints of Myrtle #0D350C

Color information

#0D350C (or 0x0D350C) is unknown color: approx Myrtle. HEX triplet: 0D, 35 and 0C. RGB value is (13,53,12). Sum of RGB (Red+Green+Blue) = 13+53+12=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 53 (21.09% from 255 or 67.95% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 53 - color contains mainly: green. Hex color #0D350C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D350C is #F2CAF3. Grayscale: #242424. Windows color (decimal): -15911668 or 800013. OLE color: 800013.

HSL color Cylindrical-coordinate representation of color #0D350C: hue angle of 118.54º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D350C is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB135312-
CMYK0.7500.770.79
HSL118.54º63.08%12.75%-
HSV(B)118.54º77.36%20.78%-
XYZ1.512.660.78-
YUV36.37114.25111.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.67%
GREEN value IS 53 (21.09% from 255) = 67.95%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=16.67%
G=67.95%
B=15.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1353120.7500.770.79118.5463.0812.75
HexD35C4B04D4F773fd
Octal15651411301151171677715
Binary11011101011100100101101001101100111111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,53,12); }

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

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

 a { background-color: rgb(13,53,12); }

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

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

 span { border-color: rgb(13,53,12); }

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