#0B3F01

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

Shades of Myrtle #0B3F01

Tints of Myrtle #0B3F01

Color information

#0B3F01 (or 0x0B3F01) is unknown color: approx Myrtle. HEX triplet: 0B, 3F and 01. RGB value is (11,63,1). Sum of RGB (Red+Green+Blue) = 11+63+1=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 63 (25% from 255 or 84% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 63 - color contains mainly: green. Hex color #0B3F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3F01 is #F4C0FE. Grayscale: #282828. Windows color (decimal): -16040191 or 81675. OLE color: 81675.

HSL color Cylindrical-coordinate representation of color #0B3F01: hue angle of 110.32º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B3F01 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB11631-
CMYK0.8300.980.75
HSL110.32º96.88%12.55%-
HSV(B)110.32º98.41%24.71%-
XYZ1.923.630.63-
YUV40.38105.77107.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.67%
GREEN value IS 63 (25% from 255) = 84%
BLUE value IS 1 (0.78% from 255) = 1.33%
R=14.67%
G=84%
B=1.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal116310.8300.980.75110.3296.8812.55
HexB3F1530624B6e61d
Octal13771123014211315614115
Binary101111111111010011011000101001011110111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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