Html Css Color HEX #5B6301 Verdun Green

📋 copy color: '#5B6301'

red 91 ◦ green 99 ◦ blue 1

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

Shades of Verdun Green #5B6301

Tints of Verdun Green #5B6301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.83%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 47.64%
G = 51.83%
B = 0.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#5B6301 (or 0x5B6301) is known color: Verdun Green. HEX triplet: 5B, 63 and 01. RGB value is (91,99,1). Sum of RGB (Red+Green+Blue) = 91+99+1=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6301 is #A49CFE. Grayscale: #555555. Windows color (decimal): -10788095 or 90971. OLE color: 90971.

HSL color Cylindrical-coordinate representation of color #5B6301: hue angle of 64.9º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B6301 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 91 99 1 -
CMYK 0.08 0 0.99 0.61
HSL 64.9º 0.98% 0.2% -
HSV(B) 64.9º 0.99% 0.39% -
XYZ 8.78 11.15 1.72 -
YUV 85.44 80.35 131.97 -
System Red Green Blue C M Y K H S L
Decimal 91 99 1 0.08 0 0.99 0.61 64.9 0.98 0.2
Hex 5B 63 1 8 0 63 3D 41 62 14
Octal 133 143 1 10 0 143 75 101 142 24
Binary 1011011 1100011 1 1000 0 1100011 111101 1000001 1100010 10100

Color Harmonies of #5B6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6301

Black with #5B6301

Text Example


Text Example

White with #5B6301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,99,1); }

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

background-color css

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

 a { background-color: rgb(91,99,1); }

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

border-color css

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

 span { border-color: rgb(91,99,1); }

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