#0D4B15

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

Shades of Myrtle #0D4B15

Tints of Myrtle #0D4B15

Color information

#0D4B15 (or 0x0D4B15) is unknown color: approx Myrtle. HEX triplet: 0D, 4B and 15. RGB value is (13,75,21). Sum of RGB (Red+Green+Blue) = 13+75+21=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 75 (29.69% from 255 or 68.81% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 75 - color contains mainly: green. Hex color #0D4B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4B15 is #F2B4EA. Grayscale: #323232. Windows color (decimal): -15906027 or 1395469. OLE color: 1395469.

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

Color convert

RGB137521-
CMYK0.8300.720.71
HSL127.74º70.45%17.25%-
HSV(B)127.74º82.67%29.41%-
XYZ2.825.171.56-
YUV50.31111.46101.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.93%
GREEN value IS 75 (29.69% from 255) = 68.81%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=11.93%
G=68.81%
B=19.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1375210.8300.720.71127.7470.4517.25
HexD4B155304847804611
Octal1511325123011010720010621
Binary1101100101110101101001101001000100011110000000100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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