#0B3B02

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

Shades of Myrtle #0B3B02

Tints of Myrtle #0B3B02

Color information

#0B3B02 (or 0x0B3B02) is unknown color: approx Myrtle. HEX triplet: 0B, 3B and 02. RGB value is (11,59,2). Sum of RGB (Red+Green+Blue) = 11+59+2=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 59 (23.44% from 255 or 81.94% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 59 - color contains mainly: green. Hex color #0B3B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3B02 is #F4C4FD. Grayscale: #262626. Windows color (decimal): -16041214 or 146187. OLE color: 146187.

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

Color convert

RGB11592-
CMYK0.8100.970.77
HSL110.53º93.44%11.96%-
HSV(B)110.53º96.61%23.14%-
XYZ1.713.20.59-
YUV38.15107.6108.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.28%
GREEN value IS 59 (23.44% from 255) = 81.94%
BLUE value IS 2 (1.17% from 255) = 2.78%
R=15.28%
G=81.94%
B=2.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal115920.8100.970.77110.5393.4411.96
HexB3B2510614D6f5dc
Octal13732121014111515713514
Binary1011111011101010001011000011001101110111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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