#0B4F02

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

Shades of Myrtle #0B4F02

Tints of Myrtle #0B4F02

Color information

#0B4F02 (or 0x0B4F02) is unknown color: approx Myrtle. HEX triplet: 0B, 4F and 02. RGB value is (11,79,2). Sum of RGB (Red+Green+Blue) = 11+79+2=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 79 (31.25% from 255 or 85.87% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B4F02 is #F4B0FD. Grayscale: #323232. Windows color (decimal): -16036094 or 151307. OLE color: 151307.

HSL color Cylindrical-coordinate representation of color #0B4F02: hue angle of 112.99º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B4F02 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB11792-
CMYK0.8600.970.69
HSL112.99º95.06%15.88%-
HSV(B)112.99º97.47%30.98%-
XYZ2.945.671-
YUV49.89100.97100.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.96%
GREEN value IS 79 (31.25% from 255) = 85.87%
BLUE value IS 2 (1.17% from 255) = 2.17%
R=11.96%
G=85.87%
B=2.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal117920.8600.970.69112.9995.0615.88
HexB4F25606145715f10
Octal131172126014110516113720
Binary101110011111010101100110000110001011110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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