#0A3B0F

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

Shades of Myrtle #0A3B0F

Tints of Myrtle #0A3B0F

Color information

#0A3B0F (or 0x0A3B0F) is unknown color: approx Myrtle. HEX triplet: 0A, 3B and 0F. RGB value is (10,59,15). Sum of RGB (Red+Green+Blue) = 10+59+15=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 59 (23.44% from 255 or 70.24% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 59 - color contains mainly: green. Hex color #0A3B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3B0F is #F5C4F0. Grayscale: #272727. Windows color (decimal): -16106737 or 998154. OLE color: 998154.

HSL color Cylindrical-coordinate representation of color #0A3B0F: hue angle of 126.12º 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 #0A3B0F is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.77.

Color convert

RGB105915-
CMYK0.8300.750.77
HSL126.12º71.01%13.53%-
HSV(B)126.12º83.05%23.14%-
XYZ1.783.230.98-
YUV39.33114.27107.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.90%
GREEN value IS 59 (23.44% from 255) = 70.24%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=11.90%
G=70.24%
B=17.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1059150.8300.750.77126.1271.0113.53
HexA3BF5304B4D7e47e
Octal127317123011311517610716
Binary101011101111111010011010010111001101111111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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