#0A340D

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

Shades of Myrtle #0A340D

Tints of Myrtle #0A340D

Color information

#0A340D (or 0x0A340D) is unknown color: approx Myrtle. HEX triplet: 0A, 34 and 0D. RGB value is (10,52,13). Sum of RGB (Red+Green+Blue) = 10+52+13=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #0A340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A340D is #F5CBF2. Grayscale: #232323. Windows color (decimal): -16108531 or 865290. OLE color: 865290.

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

Color convert

RGB105213-
CMYK0.8100.750.80
HSL124.29º67.74%12.16%-
HSV(B)124.29º80.77%20.39%-
XYZ1.432.550.8-
YUV35115.59110.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.33%
GREEN value IS 52 (20.70% from 255) = 69.33%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=13.33%
G=69.33%
B=17.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1052130.8100.750.80124.2967.7412.16
HexA34D5104B507c44c
Octal126415121011312017410414
Binary101011010011011010001010010111010000111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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