#0A5312

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

Shades of Myrtle #0A5312

Tints of Myrtle #0A5312

Color information

#0A5312 (or 0x0A5312) is unknown color: approx Myrtle. HEX triplet: 0A, 53 and 12. RGB value is (10,83,18). Sum of RGB (Red+Green+Blue) = 10+83+18=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 83 (32.81% from 255 or 74.77% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5312 is #F5ACED. Grayscale: #353535. Windows color (decimal): -16100590 or 1200906. OLE color: 1200906.

HSL color Cylindrical-coordinate representation of color #0A5312: hue angle of 126.58º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5312 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB108318-
CMYK0.8800.780.67
HSL126.58º78.49%18.24%-
HSV(B)126.58º87.95%32.55%-
XYZ3.336.291.61-
YUV53.76107.8296.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.01%
GREEN value IS 83 (32.81% from 255) = 74.77%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=9.01%
G=74.77%
B=16.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1083180.8800.780.67126.5878.4918.24
HexA53125804E437f4e12
Octal1212322130011610317711622
Binary101010100111001010110000100111010000111111111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,83,18); }

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

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

 a { background-color: rgb(10,83,18); }

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

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

 span { border-color: rgb(10,83,18); }

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