#0D350A

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

Shades of Myrtle #0D350A

Tints of Myrtle #0D350A

Color information

#0D350A (or 0x0D350A) is unknown color: approx Myrtle. HEX triplet: 0D, 35 and 0A. RGB value is (13,53,10). Sum of RGB (Red+Green+Blue) = 13+53+10=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #0D350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D350A is #F2CAF5. Grayscale: #242424. Windows color (decimal): -15911670 or 668941. OLE color: 668941.

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

Color convert

RGB135310-
CMYK0.7500.810.79
HSL115.81º68.25%12.35%-
HSV(B)115.81º81.13%20.78%-
XYZ1.492.650.72-
YUV36.14113.25111.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.11%
GREEN value IS 53 (21.09% from 255) = 69.74%
BLUE value IS 10 (4.30% from 255) = 13.16%
R=17.11%
G=69.74%
B=13.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1353100.7500.810.79115.8168.2512.35
HexD35A4B0514F7444c
Octal156512113012111716410414
Binary110111010110101001011010100011001111111010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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