#005B0B

Color #005B0B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #005B0B

Tints of Green #005B0B

Color information

#005B0B (or 0x005B0B) is unknown color: approx Green. HEX triplet: 00, 5B and 0B. RGB value is (0,91,11). Sum of RGB (Red+Green+Blue) = 0+91+11=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 91 (35.94% from 255 or 89.22% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 91 - color contains mainly: green. Hex color #005B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005B0B is #FFA4F4. Grayscale: #363636. Windows color (decimal): -16753909 or 744192. OLE color: 744192.

HSL color Cylindrical-coordinate representation of color #005B0B: hue angle of 127.25º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B0B is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB09111-
CMYK100.880.64
HSL127.25º100%17.84%-
HSV(B)127.25º100%35.69%-
XYZ3.87.511.57-
YUV54.67103.3589-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 91 (35.94% from 255) = 89.22%
BLUE value IS 11 (4.69% from 255) = 10.78%
R=0%
G=89.22%
B=10.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal09111100.880.64127.2510017.84
Hex05BB64058407f6412
Octal013313144013010017714422
Binary01011011101111001000101100010000001111111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005B0B; }

 p { color: rgb(0,91,11); }

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

<style>
 a { background-color: #005B0B; }

 a { background-color: rgb(0,91,11); }

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

<style>
 span { border-color: #005B0B; }

 span { border-color: rgb(0,91,11); }

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