Html Css Color HEX #5B6008 Verdun Green

📋 copy color: '#5B6008'

red 91 ◦ green 96 ◦ blue 8

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

Shades of Verdun Green #5B6008

Tints of Verdun Green #5B6008

RGB

 RED value IS 91 (35.94% from 255) = 46.67%

 GREEN value IS 96 (37.89% from 255) = 49.23%

 BLUE value IS 8 (3.52% from 255) = 4.1%

R = 46.67%
G = 49.23%
B = 4.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#5B6008 (or 0x5B6008) is known color: Verdun Green. HEX triplet: 5B, 60 and 08. RGB value is (91,96,8). Sum of RGB (Red+Green+Blue) = 91+96+8=195 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.67% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6008 is #A49FF7. Grayscale: #545454. Windows color (decimal): -10788856 or 548955. OLE color: 548955.

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

Color convert

RGB 91 96 8 -
CMYK 0.05 0 0.92 0.62
HSL 63.41º 0.85% 0.2% -
HSV(B) 63.41º 0.92% 0.38% -
XYZ 8.54 10.61 1.83 -
YUV 84.47 84.84 132.66 -
System Red Green Blue C M Y K H S L
Decimal 91 96 8 0.05 0 0.92 0.62 63.41 0.85 0.2
Hex 5B 60 8 5 0 5C 3E 3F 55 14
Octal 133 140 10 5 0 134 76 77 125 24
Binary 1011011 1100000 1000 101 0 1011100 111110 111111 1010101 10100

Color Harmonies of #5B6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6008

Black with #5B6008

Text Example


Text Example

White with #5B6008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B6008;
 }
 .AnyTagClassName
 {
   color: #5B6008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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