#0A3700

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

Shades of Myrtle #0A3700

Tints of Myrtle #0A3700

Color information

#0A3700 (or 0x0A3700) is unknown color: approx Myrtle. HEX triplet: 0A, 37 and 00. RGB value is (10,55,0). Sum of RGB (Red+Green+Blue) = 10+55+0=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 55 (21.88% from 255 or 84.62% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3700 is #F5C8FF. Grayscale: #232323. Windows color (decimal): -16107776 or 14090. OLE color: 14090.

HSL color Cylindrical-coordinate representation of color #0A3700: hue angle of 109.09º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A3700 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB10550-
CMYK0.82010.78
HSL109.09º100%10.78%-
HSV(B)109.09º100%21.57%-
XYZ1.492.80.46-
YUV35.28108.09109.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.38%
GREEN value IS 55 (21.88% from 255) = 84.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=15.38%
G=84.62%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal105500.82010.78109.0910010.78
HexA370520644E6d64b
Octal12670122014411615514413
Binary101011011101010010011001001001110110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,55,0); }

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

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

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

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

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

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

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