#0D340B

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

Shades of Myrtle #0D340B

Tints of Myrtle #0D340B

Color information

#0D340B (or 0x0D340B) is unknown color: approx Myrtle. HEX triplet: 0D, 34 and 0B. RGB value is (13,52,11). Sum of RGB (Red+Green+Blue) = 13+52+11=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 52 (20.70% from 255 or 68.42% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 52 - color contains mainly: green. Hex color #0D340B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D340B is #F2CBF4. Grayscale: #232323. Windows color (decimal): -15911925 or 734221. OLE color: 734221.

HSL color Cylindrical-coordinate representation of color #0D340B: hue angle of 117.07º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D340B is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB135211-
CMYK0.7500.790.80
HSL117.07º65.08%12.35%-
HSV(B)117.07º78.85%20.39%-
XYZ1.452.570.74-
YUV35.66114.08111.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.11%
GREEN value IS 52 (20.70% from 255) = 68.42%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=17.11%
G=68.42%
B=14.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1352110.7500.790.80117.0765.0812.35
HexD34B4B04F507541c
Octal156413113011712016510114
Binary110111010010111001011010011111010000111010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,52,11); }

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

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

 a { background-color: rgb(13,52,11); }

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

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

 span { border-color: rgb(13,52,11); }

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