#5B600B

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

Shades of Verdun Green #5B600B

Tints of Verdun Green #5B600B

Color information

#5B600B (or 0x5B600B) is unknown color: approx Verdun Green. HEX triplet: 5B, 60 and 0B. RGB value is (91,96,11). Sum of RGB (Red+Green+Blue) = 91+96+11=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #5B600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B600B is #A49FF4. Grayscale: #555555. Windows color (decimal): -10788853 or 745563. OLE color: 745563.

HSL color Cylindrical-coordinate representation of color #5B600B: hue angle of 63.53º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B600B is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB919611-
CMYK0.0500.890.62
HSL63.53º79.44%20.98%-
HSV(B)63.53º88.54%37.65%-
XYZ8.5610.611.91-
YUV84.8286.34132.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.96%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 11 (4.69% from 255) = 5.56%
R=45.96%
G=48.48%
B=5.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196110.0500.890.6263.5379.4420.98
Hex5B60B50593E404f15
Octal13314013501317610011725
Binary101101111000001011101010110011111101000000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B600B; }

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

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

<style>
 a { background-color: #5B600B; }

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

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

<style>
 span { border-color: #5B600B; }

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

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