#0D380A

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

Shades of Myrtle #0D380A

Tints of Myrtle #0D380A

Color information

#0D380A (or 0x0D380A) is unknown color: approx Myrtle. HEX triplet: 0D, 38 and 0A. RGB value is (13,56,10). Sum of RGB (Red+Green+Blue) = 13+56+10=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 56 (22.27% from 255 or 70.89% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 56 - color contains mainly: green. Hex color #0D380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D380A is #F2C7F5. Grayscale: #262626. Windows color (decimal): -15910902 or 669709. OLE color: 669709.

HSL color Cylindrical-coordinate representation of color #0D380A: hue angle of 116.09º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D380A is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB135610-
CMYK0.7700.820.78
HSL116.09º69.7%12.94%-
HSV(B)116.09º82.14%21.96%-
XYZ1.632.940.77-
YUV37.9112.25110.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.46%
GREEN value IS 56 (22.27% from 255) = 70.89%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=16.46%
G=70.89%
B=12.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1356100.7700.820.78116.0969.712.94
HexD38A4D0524E7446d
Octal157012115012211616410615
Binary110111100010101001101010100101001110111010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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