#0D2507

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

Shades of Myrtle #0D2507

Tints of Myrtle #0D2507

Color information

#0D2507 (or 0x0D2507) is unknown color: approx Myrtle. HEX triplet: 0D, 25 and 07. RGB value is (13,37,7). Sum of RGB (Red+Green+Blue) = 13+37+7=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 37 (14.84% from 255 or 64.91% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2507 is #F2DAF8. Grayscale: #1A1A1A. Windows color (decimal): -15915769 or 468237. OLE color: 468237.

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

Color convert

RGB13377-
CMYK0.6500.810.85
HSL108º68.18%8.63%-
HSV(B)108º81.08%14.51%-
XYZ0.871.420.43-
YUV26.4117.05118.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.81%
GREEN value IS 37 (14.84% from 255) = 64.91%
BLUE value IS 7 (3.12% from 255) = 12.28%
R=22.81%
G=64.91%
B=12.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal133770.6500.810.8510868.188.63
HexD25741051556c449
Octal15457101012112515410411
Binary11011001011111000001010100011010101110110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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