Html Css Color HEX #0B5001 Myrtle

📋 copy color: '#0B5001'

red 11 ◦ green 80 ◦ blue 1

#0B5001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0B5001

Tints of Myrtle #0B5001

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 value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#0B5001 (or 0x0B5001) is known color: 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

RGB 11 80 1 -
CMYK 0.86 0 0.99 0.69
HSL 112.41º 0.98% 0.16% -
HSV(B) 112.41º 0.99% 0.31% -
XYZ 3.01 5.81 0.99 -
YUV 50.36 100.14 99.92 -
System Red Green Blue C M Y K H S L
Decimal 11 80 1 0.86 0 0.99 0.69 112.41 0.98 0.16
Hex B 50 1 56 0 63 45 70 62 10
Octal 13 120 1 126 0 143 105 160 142 20
Binary 1011 1010000 1 1010110 0 1100011 1000101 1110000 1100010 10000

Color Harmonies of #0B5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5001

Black with #0B5001

Text Example


Text Example

White with #0B5001

Text Example


Text Example

HTML Codes & Css Web 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>