#0A3D01

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

Shades of Myrtle #0A3D01

Tints of Myrtle #0A3D01

Color information

#0A3D01 (or 0x0A3D01) is unknown color: approx Myrtle. HEX triplet: 0A, 3D and 01. RGB value is (10,61,1). Sum of RGB (Red+Green+Blue) = 10+61+1=72 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.89% from 72); Green value is 61 (24.22% from 255 or 84.72% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 61 - color contains mainly: green. Hex color #0A3D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3D01 is #F5C2FE. Grayscale: #272727. Windows color (decimal): -16106239 or 81162. OLE color: 81162.

HSL color Cylindrical-coordinate representation of color #0A3D01: hue angle of 111º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A3D01 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB10611-
CMYK0.8400.980.76
HSL111º96.77%12.16%-
HSV(B)111º98.36%23.92%-
XYZ1.83.40.59-
YUV38.91106.6107.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.89%
GREEN value IS 61 (24.22% from 255) = 84.72%
BLUE value IS 1 (0.78% from 255) = 1.39%
R=13.89%
G=84.72%
B=1.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal106110.8400.980.7611196.7712.16
HexA3D1540624C6f61c
Octal12751124014211415714114
Binary101011110111010100011000101001100110111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,61,1); }

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

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

 a { background-color: rgb(10,61,1); }

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

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

 span { border-color: rgb(10,61,1); }

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