#0A3F0B

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

Shades of Myrtle #0A3F0B

Tints of Myrtle #0A3F0B

Color information

#0A3F0B (or 0x0A3F0B) is unknown color: approx Myrtle. HEX triplet: 0A, 3F and 0B. RGB value is (10,63,11). Sum of RGB (Red+Green+Blue) = 10+63+11=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 63 (25% from 255 or 75% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 63 - color contains mainly: green. Hex color #0A3F0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3F0B is #F5C0F4. Grayscale: #292929. Windows color (decimal): -16105717 or 737034. OLE color: 737034.

HSL color Cylindrical-coordinate representation of color #0A3F0B: hue angle of 121.13º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3F0B is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB106311-
CMYK0.8400.830.75
HSL121.13º72.6%14.31%-
HSV(B)121.13º84.13%24.71%-
XYZ1.963.640.92-
YUV41.22110.94105.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.90%
GREEN value IS 63 (25% from 255) = 75%
BLUE value IS 11 (4.69% from 255) = 13.10%
R=11.90%
G=75%
B=13.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1063110.8400.830.75121.1372.614.31
HexA3FB540534B7949e
Octal127713124012311317111116
Binary101011111110111010100010100111001011111100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,63,11); }

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

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

 a { background-color: rgb(10,63,11); }

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

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

 span { border-color: rgb(10,63,11); }

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