#0A3E01

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

Shades of Myrtle #0A3E01

Tints of Myrtle #0A3E01

Color information

#0A3E01 (or 0x0A3E01) is unknown color: approx Myrtle. HEX triplet: 0A, 3E and 01. RGB value is (10,62,1). Sum of RGB (Red+Green+Blue) = 10+62+1=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 62 (24.61% from 255 or 84.93% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3E01 is #F5C1FE. Grayscale: #272727. Windows color (decimal): -16105983 or 81418. OLE color: 81418.

HSL color Cylindrical-coordinate representation of color #0A3E01: hue angle of 111.15º 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 #0A3E01 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB10621-
CMYK0.8400.980.76
HSL111.15º96.83%12.35%-
HSV(B)111.15º98.39%24.31%-
XYZ1.853.510.61-
YUV39.5106.27106.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.70%
GREEN value IS 62 (24.61% from 255) = 84.93%
BLUE value IS 1 (0.78% from 255) = 1.37%
R=13.70%
G=84.93%
B=1.37%

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
Decimal106210.8400.980.76111.1596.8312.35
HexA3E1540624C6f61c
Octal12761124014211415714114
Binary101011111011010100011000101001100110111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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