#0B3802

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

Shades of Myrtle #0B3802

Tints of Myrtle #0B3802

Color information

#0B3802 (or 0x0B3802) is unknown color: approx Myrtle. HEX triplet: 0B, 38 and 02. RGB value is (11,56,2). Sum of RGB (Red+Green+Blue) = 11+56+2=69 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.94% from 69); Green value is 56 (22.27% from 255 or 81.16% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 56 - color contains mainly: green. Hex color #0B3802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3802 is #F4C7FD. Grayscale: #242424. Windows color (decimal): -16041982 or 145419. OLE color: 145419.

HSL color Cylindrical-coordinate representation of color #0B3802: hue angle of 110º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B3802 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB11562-
CMYK0.8000.960.78
HSL110º93.1%11.37%-
HSV(B)110º96.43%21.96%-
XYZ1.562.90.54-
YUV36.39108.59109.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.94%
GREEN value IS 56 (22.27% from 255) = 81.16%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=15.94%
G=81.16%
B=2.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal115620.8000.960.7811093.111.37
HexB382500604E6e5db
Octal13702120014011615613513
Binary1011111000101010000011000001001110110111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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