Html Css Color HEX #5B5F08 Verdun Green

📋 copy color: '#5B5F08'

red 91 ◦ green 95 ◦ blue 8

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

Shades of Verdun Green #5B5F08

Tints of Verdun Green #5B5F08

RGB

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

 GREEN value IS 95 (37.5% from 255) = 48.97%

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

R = 46.91%
G = 48.97%
B = 4.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.63

RGB Variations

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

Color information

#5B5F08 (or 0x5B5F08) is known color: Verdun Green. HEX triplet: 5B, 5F and 08. RGB value is (91,95,8). Sum of RGB (Red+Green+Blue) = 91+95+8=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #5B5F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5F08 is #A4A0F7. Grayscale: #545454. Windows color (decimal): -10789112 or 548699. OLE color: 548699.

HSL color Cylindrical-coordinate representation of color #5B5F08: hue angle of 62.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B5F08 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.63.

Color convert

RGB 91 95 8 -
CMYK 0.04 0 0.92 0.63
HSL 62.76º 0.84% 0.2% -
HSV(B) 62.76º 0.92% 0.37% -
XYZ 8.45 10.43 1.8 -
YUV 83.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 91 95 8 0.04 0 0.92 0.63 62.76 0.84 0.2
Hex 5B 5F 8 4 0 5C 3F 3F 54 14
Octal 133 137 10 4 0 134 77 77 124 24
Binary 1011011 1011111 1000 100 0 1011100 111111 111111 1010100 10100

Color Harmonies of #5B5F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5F08

Black with #5B5F08

Text Example


Text Example

White with #5B5F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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