#0D2508

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

Shades of Myrtle #0D2508

Tints of Myrtle #0D2508

Color information

#0D2508 (or 0x0D2508) is unknown color: approx Myrtle. HEX triplet: 0D, 25 and 08. RGB value is (13,37,8). Sum of RGB (Red+Green+Blue) = 13+37+8=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2508 is #F2DAF7. Grayscale: #1A1A1A. Windows color (decimal): -15915768 or 533773. OLE color: 533773.

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

Color convert

RGB13378-
CMYK0.6500.780.85
HSL109.66º64.44%8.82%-
HSV(B)109.66º78.38%14.51%-
XYZ0.871.430.46-
YUV26.52117.55118.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.41%
GREEN value IS 37 (14.84% from 255) = 63.79%
BLUE value IS 8 (3.52% from 255) = 13.79%
R=22.41%
G=63.79%
B=13.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal133780.6500.780.85109.6664.448.82
HexD2584104E556e409
Octal154510101011612515610011
Binary110110010110001000001010011101010101110111010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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