#0B2506

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

Shades of Myrtle #0B2506

Tints of Myrtle #0B2506

Color information

#0B2506 (or 0x0B2506) is unknown color: approx Myrtle. HEX triplet: 0B, 25 and 06. RGB value is (11,37,6). Sum of RGB (Red+Green+Blue) = 11+37+6=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #0B2506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2506 is #F4DAF9. Grayscale: #191919. Windows color (decimal): -16046842 or 402699. OLE color: 402699.

HSL color Cylindrical-coordinate representation of color #0B2506: hue angle of 110.32º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B2506 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB11376-
CMYK0.7000.840.85
HSL110.32º72.09%8.43%-
HSV(B)110.32º83.78%14.51%-
XYZ0.831.410.4-
YUV25.69116.89117.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.37%
GREEN value IS 37 (14.84% from 255) = 68.52%
BLUE value IS 6 (2.73% from 255) = 11.11%
R=20.37%
G=68.52%
B=11.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal113760.7000.840.85110.3272.098.43
HexB25646054556e488
Octal13456106012412515611010
Binary10111001011101000110010101001010101110111010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,37,6); }

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

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

 a { background-color: rgb(11,37,6); }

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

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

 span { border-color: rgb(11,37,6); }

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