#0D380C

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

Shades of Myrtle #0D380C

Tints of Myrtle #0D380C

Color information

#0D380C (or 0x0D380C) is unknown color: approx Myrtle. HEX triplet: 0D, 38 and 0C. RGB value is (13,56,12). Sum of RGB (Red+Green+Blue) = 13+56+12=81 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.05% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #0D380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D380C is #F2C7F3. Grayscale: #262626. Windows color (decimal): -15910900 or 800781. OLE color: 800781.

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

Color convert

RGB135612-
CMYK0.7700.790.78
HSL118.64º64.71%13.33%-
HSV(B)118.64º78.57%21.96%-
XYZ1.652.940.83-
YUV38.13113.25110.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.05%
GREEN value IS 56 (22.27% from 255) = 69.14%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=16.05%
G=69.14%
B=14.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1356120.7700.790.78118.6464.7113.33
HexD38C4D04F4E7741d
Octal157014115011711616710115
Binary110111100011001001101010011111001110111011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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