#0D5307

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

Shades of Myrtle #0D5307

Tints of Myrtle #0D5307

Color information

#0D5307 (or 0x0D5307) is unknown color: approx Myrtle. HEX triplet: 0D, 53 and 07. RGB value is (13,83,7). Sum of RGB (Red+Green+Blue) = 13+83+7=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 83 (32.81% from 255 or 80.58% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5307 is #F2ACF8. Grayscale: #353535. Windows color (decimal): -15903993 or 480013. OLE color: 480013.

HSL color Cylindrical-coordinate representation of color #0D5307: hue angle of 115.26º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D5307 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB13837-
CMYK0.8400.920.67
HSL115.26º84.44%17.65%-
HSV(B)115.26º91.57%32.55%-
XYZ3.36.291.24-
YUV53.41101.8199.18-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.62%
GREEN value IS 83 (32.81% from 255) = 80.58%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=12.62%
G=80.58%
B=6.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal138370.8400.920.67115.2684.4417.65
HexD5375405C43735412
Octal151237124013410316312422
Binary1101101001111110101000101110010000111110011101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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