#0A430C

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

Shades of Myrtle #0A430C

Tints of Myrtle #0A430C

Color information

#0A430C (or 0x0A430C) is unknown color: approx Myrtle. HEX triplet: 0A, 43 and 0C. RGB value is (10,67,12). Sum of RGB (Red+Green+Blue) = 10+67+12=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 67 (26.56% from 255 or 75.28% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 67 - color contains mainly: green. Hex color #0A430C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A430C is #F5BCF3. Grayscale: #2B2B2B. Windows color (decimal): -16104692 or 803594. OLE color: 803594.

HSL color Cylindrical-coordinate representation of color #0A430C: hue angle of 122.11º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A430C is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB106712-
CMYK0.8500.820.74
HSL122.11º74.03%15.1%-
HSV(B)122.11º85.07%26.27%-
XYZ2.24.111.02-
YUV43.69110.12103.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.24%
GREEN value IS 67 (26.56% from 255) = 75.28%
BLUE value IS 12 (5.08% from 255) = 13.48%
R=11.24%
G=75.28%
B=13.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1067120.8500.820.74122.1174.0315.1
HexA43C550524A7a4af
Octal1210314125012211217211217
Binary1010100001111001010101010100101001010111101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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