#0A3B02

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

Shades of Myrtle #0A3B02

Tints of Myrtle #0A3B02

Color information

#0A3B02 (or 0x0A3B02) is unknown color: approx Myrtle. HEX triplet: 0A, 3B and 02. RGB value is (10,59,2). Sum of RGB (Red+Green+Blue) = 10+59+2=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 59 (23.44% from 255 or 83.10% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 59 - color contains mainly: green. Hex color #0A3B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3B02 is #F5C4FD. Grayscale: #262626. Windows color (decimal): -16106750 or 146186. OLE color: 146186.

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

Color convert

RGB10592-
CMYK0.8300.970.77
HSL111.58º93.44%11.96%-
HSV(B)111.58º96.61%23.14%-
XYZ1.73.20.58-
YUV37.85107.77108.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.08%
GREEN value IS 59 (23.44% from 255) = 83.10%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=14.08%
G=83.10%
B=2.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal105920.8300.970.77111.5893.4411.96
HexA3B2530614D705dc
Octal12732123014111516013514
Binary1010111011101010011011000011001101111000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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