Html Css Color HEX #5F5D03 Verdun Green

📋 copy color: '#5F5D03'

red 95 ◦ green 93 ◦ blue 3

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

Shades of Verdun Green #5F5D03

Tints of Verdun Green #5F5D03

RGB

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

 GREEN value IS 93 (36.72% from 255) = 48.69%

 BLUE value IS 3 (1.56% from 255) = 1.57%

R = 49.74%
G = 48.69%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#5F5D03 (or 0x5F5D03) is known color: Verdun Green. HEX triplet: 5F, 5D and 03. RGB value is (95,93,3). Sum of RGB (Red+Green+Blue) = 95+93+3=191 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.74% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5D03 is #A0A2FC. Grayscale: #535353. Windows color (decimal): -10527485 or 220511. OLE color: 220511.

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

Color convert

RGB 95 93 3 -
CMYK 0 0.02 0.97 0.63
HSL 58.7º 0.94% 0.19% -
HSV(B) 58.7º 0.97% 0.37% -
XYZ 8.65 10.27 1.61 -
YUV 83.34 82.66 136.32 -
System Red Green Blue C M Y K H S L
Decimal 95 93 3 0 0.02 0.97 0.63 58.7 0.94 0.19
Hex 5F 5D 3 0 2 61 3F 3B 5E 13
Octal 137 135 3 0 2 141 77 73 136 23
Binary 1011111 1011101 11 0 10 1100001 111111 111011 1011110 10011

Color Harmonies of #5F5D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5D03

Black with #5F5D03

Text Example


Text Example

White with #5F5D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,93,3); }

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

background-color css

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

 a { background-color: rgb(95,93,3); }

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

border-color css

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

 span { border-color: rgb(95,93,3); }

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