Html Css Color HEX #5F5901 Verdun Green

📋 copy color: '#5F5901'

red 95 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #5F5901

Tints of Verdun Green #5F5901

RGB

 RED value IS 95 (37.5% from 255) = 51.35%

 GREEN value IS 89 (35.16% from 255) = 48.11%

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

R = 51.35%
G = 48.11%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#5F5901 (or 0x5F5901) is known color: Verdun Green. HEX triplet: 5F, 59 and 01. RGB value is (95,89,1). Sum of RGB (Red+Green+Blue) = 95+89+1=185 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.35% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5901 is #A0A6FE. Grayscale: #515151. Windows color (decimal): -10528511 or 88415. OLE color: 88415.

HSL color Cylindrical-coordinate representation of color #5F5901: hue angle of 56.17º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F5901 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 89 1 -
CMYK 0 0.06 0.99 0.63
HSL 56.17º 0.98% 0.19% -
HSV(B) 56.17º 0.99% 0.37% -
XYZ 8.3 9.58 1.44 -
YUV 80.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 95 89 1 0 0.06 0.99 0.63 56.17 0.98 0.19
Hex 5F 59 1 0 6 63 3F 38 62 13
Octal 137 131 1 0 6 143 77 70 142 23
Binary 1011111 1011001 1 0 110 1100011 111111 111000 1100010 10011

Color Harmonies of #5F5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5901

Black with #5F5901

Text Example


Text Example

White with #5F5901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,89,1); }

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

background-color css

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

 a { background-color: rgb(95,89,1); }

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

border-color css

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

 span { border-color: rgb(95,89,1); }

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