#0D4B12

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

Shades of Myrtle #0D4B12

Tints of Myrtle #0D4B12

Color information

#0D4B12 (or 0x0D4B12) is unknown color: approx Myrtle. HEX triplet: 0D, 4B and 12. RGB value is (13,75,18). Sum of RGB (Red+Green+Blue) = 13+75+18=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 75 (29.69% from 255 or 70.75% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 75 - color contains mainly: green. Hex color #0D4B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4B12 is #F2B4ED. Grayscale: #323232. Windows color (decimal): -15906030 or 1198861. OLE color: 1198861.

HSL color Cylindrical-coordinate representation of color #0D4B12: hue angle of 124.84º 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 #0D4B12 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB137518-
CMYK0.8300.760.71
HSL124.84º70.45%17.25%-
HSV(B)124.84º82.67%29.41%-
XYZ2.795.161.42-
YUV49.96109.96101.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.26%
GREEN value IS 75 (29.69% from 255) = 70.75%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=12.26%
G=70.75%
B=16.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1375180.8300.760.71124.8470.4517.25
HexD4B125304C477d4611
Octal1511322123011410717510621
Binary110110010111001010100110100110010001111111101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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