#0A340C

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

Shades of Myrtle #0A340C

Tints of Myrtle #0A340C

Color information

#0A340C (or 0x0A340C) is unknown color: approx Myrtle. HEX triplet: 0A, 34 and 0C. RGB value is (10,52,12). Sum of RGB (Red+Green+Blue) = 10+52+12=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 52 (20.70% from 255 or 70.27% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 52 - color contains mainly: green. Hex color #0A340C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A340C is #F5CBF3. Grayscale: #232323. Windows color (decimal): -16108532 or 799754. OLE color: 799754.

HSL color Cylindrical-coordinate representation of color #0A340C: hue angle of 122.86º 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 #0A340C is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB105212-
CMYK0.8100.770.80
HSL122.86º67.74%12.16%-
HSV(B)122.86º80.77%20.39%-
XYZ1.422.550.76-
YUV34.88115.09110.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.51%
GREEN value IS 52 (20.70% from 255) = 70.27%
BLUE value IS 12 (5.08% from 255) = 16.22%
R=13.51%
G=70.27%
B=16.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1052120.8100.770.80122.8667.7412.16
HexA34C5104D507b44c
Octal126414121011512017310414
Binary101011010011001010001010011011010000111101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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