#0A3008

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

Shades of Myrtle #0A3008

Tints of Myrtle #0A3008

Color information

#0A3008 (or 0x0A3008) is unknown color: approx Myrtle. HEX triplet: 0A, 30 and 08. RGB value is (10,48,8). Sum of RGB (Red+Green+Blue) = 10+48+8=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3008 is #F5CFF7. Grayscale: #202020. Windows color (decimal): -16109560 or 536586. OLE color: 536586.

HSL color Cylindrical-coordinate representation of color #0A3008: hue angle of 117º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3008 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB10488-
CMYK0.7900.830.81
HSL117º71.43%10.98%-
HSV(B)117º83.33%18.82%-
XYZ1.232.20.59-
YUV32.08114.41112.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.15%
GREEN value IS 48 (19.14% from 255) = 72.73%
BLUE value IS 8 (3.52% from 255) = 12.12%
R=15.15%
G=72.73%
B=12.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal104880.7900.830.8111771.4310.98
HexA3084F053517547b
Octal126010117012312116510713
Binary101011000010001001111010100111010001111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,48,8); }

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

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

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

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

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

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

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