#0A4308

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

Shades of Myrtle #0A4308

Tints of Myrtle #0A4308

Color information

#0A4308 (or 0x0A4308) is unknown color: approx Myrtle. HEX triplet: 0A, 43 and 08. RGB value is (10,67,8). Sum of RGB (Red+Green+Blue) = 10+67+8=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 67 (26.56% from 255 or 78.82% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4308 is #F5BCF7. Grayscale: #2B2B2B. Windows color (decimal): -16104696 or 541450. OLE color: 541450.

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

Color convert

RGB10678-
CMYK0.8500.880.74
HSL117.97º78.67%14.71%-
HSV(B)117.97º88.06%26.27%-
XYZ2.184.10.91-
YUV43.23108.12104.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.76%
GREEN value IS 67 (26.56% from 255) = 78.82%
BLUE value IS 8 (3.52% from 255) = 9.41%
R=11.76%
G=78.82%
B=9.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal106780.8500.880.74117.9778.6714.71
HexA438550584A764ff
Octal1210310125013011216611717
Binary1010100001110001010101010110001001010111011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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