#0D4B17

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

Shades of Myrtle #0D4B17

Tints of Myrtle #0D4B17

Color information

#0D4B17 (or 0x0D4B17) is unknown color: approx Myrtle. HEX triplet: 0D, 4B and 17. RGB value is (13,75,23). Sum of RGB (Red+Green+Blue) = 13+75+23=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 75 (29.69% from 255 or 67.57% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 75 - color contains mainly: green. Hex color #0D4B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4B17 is #F2B4E8. Grayscale: #323232. Windows color (decimal): -15906025 or 1526541. OLE color: 1526541.

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

Color convert

RGB137523-
CMYK0.8300.690.71
HSL129.68º70.45%17.25%-
HSV(B)129.68º82.67%29.41%-
XYZ2.845.181.66-
YUV50.53112.46101.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.71%
GREEN value IS 75 (29.69% from 255) = 67.57%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=11.71%
G=67.57%
B=20.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1375230.8300.690.71129.6870.4517.25
HexD4B175304547824611
Octal1511327123010510720210621
Binary1101100101110111101001101000101100011110000010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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