#0D2506

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

Shades of Myrtle #0D2506

Tints of Myrtle #0D2506

Color information

#0D2506 (or 0x0D2506) is unknown color: approx Myrtle. HEX triplet: 0D, 25 and 06. RGB value is (13,37,6). Sum of RGB (Red+Green+Blue) = 13+37+6=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2506 is #F2DAF9. Grayscale: #1A1A1A. Windows color (decimal): -15915770 or 402701. OLE color: 402701.

HSL color Cylindrical-coordinate representation of color #0D2506: hue angle of 106.45º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D2506 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB13376-
CMYK0.6500.840.85
HSL106.45º72.09%8.43%-
HSV(B)106.45º83.78%14.51%-
XYZ0.861.420.4-
YUV26.29116.55118.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 23.21%
GREEN value IS 37 (14.84% from 255) = 66.07%
BLUE value IS 6 (2.73% from 255) = 10.71%
R=23.21%
G=66.07%
B=10.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal133760.6500.840.85106.4572.098.43
HexD25641054556a488
Octal15456101012412515211010
Binary11011001011101000001010101001010101110101010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,37,6); }

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

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

 a { background-color: rgb(13,37,6); }

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

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

 span { border-color: rgb(13,37,6); }

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