#0B5001

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

Shades of Myrtle #0B5001

Tints of Myrtle #0B5001

Color information

#0B5001 (or 0x0B5001) is unknown color: approx Myrtle. HEX triplet: 0B, 50 and 01. RGB value is (11,80,1). Sum of RGB (Red+Green+Blue) = 11+80+1=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 80 (31.64% from 255 or 86.96% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5001 is #F4AFFE. Grayscale: #323232. Windows color (decimal): -16035839 or 86027. OLE color: 86027.

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

Color convert

RGB11801-
CMYK0.8600.990.69
HSL112.41º97.53%15.88%-
HSV(B)112.41º98.75%31.37%-
XYZ3.015.810.99-
YUV50.36100.1499.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.96%
GREEN value IS 80 (31.64% from 255) = 86.96%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=11.96%
G=86.96%
B=1.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal118010.8600.990.69112.4197.5315.88
HexB5015606345706210
Octal131201126014310516014220
Binary10111010000110101100110001110001011110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,80,1); }

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

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

 a { background-color: rgb(11,80,1); }

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

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

 span { border-color: rgb(11,80,1); }

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