#0D4B09

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

Shades of Myrtle #0D4B09

Tints of Myrtle #0D4B09

Color information

#0D4B09 (or 0x0D4B09) is unknown color: approx Myrtle. HEX triplet: 0D, 4B and 09. RGB value is (13,75,9). Sum of RGB (Red+Green+Blue) = 13+75+9=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 75 (29.69% from 255 or 77.32% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 75 - color contains mainly: green. Hex color #0D4B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4B09 is #F2B4F6. Grayscale: #313131. Windows color (decimal): -15906039 or 609037. OLE color: 609037.

HSL color Cylindrical-coordinate representation of color #0D4B09: hue angle of 116.36º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D4B09 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB13759-
CMYK0.8300.880.71
HSL116.36º78.57%16.47%-
HSV(B)116.36º88%29.41%-
XYZ2.735.141.11-
YUV48.94105.46102.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.40%
GREEN value IS 75 (29.69% from 255) = 77.32%
BLUE value IS 9 (3.91% from 255) = 9.28%
R=13.40%
G=77.32%
B=9.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal137590.8300.880.71116.3678.5716.47
HexD4B95305847744f10
Octal1511311123013010716411720
Binary11011001011100110100110101100010001111110100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,75,9); }

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

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

 a { background-color: rgb(13,75,9); }

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

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

 span { border-color: rgb(13,75,9); }

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