#0D2505

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

Shades of Myrtle #0D2505

Tints of Myrtle #0D2505

Color information

#0D2505 (or 0x0D2505) is unknown color: approx Myrtle. HEX triplet: 0D, 25 and 05. RGB value is (13,37,5). Sum of RGB (Red+Green+Blue) = 13+37+5=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2505 is #F2DAFA. Grayscale: #1A1A1A. Windows color (decimal): -15915771 or 337165. OLE color: 337165.

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

Color convert

RGB13375-
CMYK0.6500.860.85
HSL105º76.19%8.24%-
HSV(B)105º86.49%14.51%-
XYZ0.851.420.37-
YUV26.18116.05118.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 23.64%
GREEN value IS 37 (14.84% from 255) = 67.27%
BLUE value IS 5 (2.34% from 255) = 9.09%
R=23.64%
G=67.27%
B=9.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal133750.6500.860.8510576.198.24
HexD2554105655694c8
Octal15455101012612515111410
Binary11011001011011000001010101101010101110100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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