Html Css Color HEX #3F5901 Verdun Green

📋 copy color: '#3F5901'

red 63 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #3F5901

Tints of Verdun Green #3F5901

RGB

 RED value IS 63 (25% from 255) = 41.18%

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

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

R = 41.18%
G = 58.17%
B = 0.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#3F5901 (or 0x3F5901) is known color: Verdun Green. HEX triplet: 3F, 59 and 01. RGB value is (63,89,1). Sum of RGB (Red+Green+Blue) = 63+89+1=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #3F5901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5901 is #C0A6FE. Grayscale: #474747. Windows color (decimal): -12625663 or 88383. OLE color: 88383.

HSL color Cylindrical-coordinate representation of color #3F5901: hue angle of 77.73º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F5901 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 89 1 -
CMYK 0.29 0 0.99 0.65
HSL 77.73º 0.98% 0.18% -
HSV(B) 77.73º 0.99% 0.35% -
XYZ 5.63 8.2 1.32 -
YUV 71.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 63 89 1 0.29 0 0.99 0.65 77.73 0.98 0.18
Hex 3F 59 1 1D 0 63 41 4E 62 12
Octal 77 131 1 35 0 143 101 116 142 22
Binary 111111 1011001 1 11101 0 1100011 1000001 1001110 1100010 10010

Color Harmonies of #3F5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5901

Black with #3F5901

Text Example


Text Example

White with #3F5901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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