#0A280A

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

Shades of Myrtle #0A280A

Tints of Myrtle #0A280A

Color information

#0A280A (or 0x0A280A) is unknown color: approx Myrtle. HEX triplet: 0A, 28 and 0A. RGB value is (10,40,10). Sum of RGB (Red+Green+Blue) = 10+40+10=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #0A280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A280A is #F5D7F5. Grayscale: #1B1B1B. Windows color (decimal): -16111606 or 665610. OLE color: 665610.

HSL color Cylindrical-coordinate representation of color #0A280A: hue angle of 120º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A280A is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB104010-
CMYK0.7500.750.84
HSL120º60%9.8%-
HSV(B)120º75%15.69%-
XYZ0.941.60.55-
YUV27.61118.06115.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.67%
GREEN value IS 40 (16.02% from 255) = 66.67%
BLUE value IS 10 (4.30% from 255) = 16.67%
R=16.67%
G=66.67%
B=16.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1040100.7500.750.84120609.8
HexA28A4B04B54783ca
Octal12501211301131241707412
Binary10101010001010100101101001011101010011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,40,10); }

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

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

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

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

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

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

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