#0A3B0D

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

Shades of Myrtle #0A3B0D

Tints of Myrtle #0A3B0D

Color information

#0A3B0D (or 0x0A3B0D) is unknown color: approx Myrtle. HEX triplet: 0A, 3B and 0D. RGB value is (10,59,13). Sum of RGB (Red+Green+Blue) = 10+59+13=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 59 (23.44% from 255 or 71.95% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 59 - color contains mainly: green. Hex color #0A3B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3B0D is #F5C4F2. Grayscale: #272727. Windows color (decimal): -16106739 or 867082. OLE color: 867082.

HSL color Cylindrical-coordinate representation of color #0A3B0D: hue angle of 123.67º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3B0D is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB105913-
CMYK0.8300.780.77
HSL123.67º71.01%13.53%-
HSV(B)123.67º83.05%23.14%-
XYZ1.763.220.91-
YUV39.1113.27107.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.20%
GREEN value IS 59 (23.44% from 255) = 71.95%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=12.20%
G=71.95%
B=15.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1059130.8300.780.77123.6771.0113.53
HexA3BD5304E4D7c47e
Octal127315123011611517410716
Binary101011101111011010011010011101001101111110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,59,13); }

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

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

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

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

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

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

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