Html Css Color HEX #3F7201 Verdun Green

📋 copy color: '#3F7201'

red 63 ◦ green 114 ◦ blue 1

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

Shades of Verdun Green #3F7201

Tints of Verdun Green #3F7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 64.04%

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

R = 35.39%
G = 64.04%
B = 0.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#3F7201 (or 0x3F7201) is known color: Verdun Green. HEX triplet: 3F, 72 and 01. RGB value is (63,114,1). Sum of RGB (Red+Green+Blue) = 63+114+1=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 114 (44.92% from 255 or 64.04% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7201 is #C08DFE. Grayscale: #565656. Windows color (decimal): -12619263 or 94783. OLE color: 94783.

HSL color Cylindrical-coordinate representation of color #3F7201: hue angle of 87.08º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F7201 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 114 1 -
CMYK 0.45 0 0.99 0.55
HSL 87.08º 0.98% 0.23% -
HSV(B) 87.08º 0.99% 0.45% -
XYZ 8.07 13.09 2.13 -
YUV 85.87 80.1 111.69 -
System Red Green Blue C M Y K H S L
Decimal 63 114 1 0.45 0 0.99 0.55 87.08 0.98 0.23
Hex 3F 72 1 2D 0 63 37 57 62 17
Octal 77 162 1 55 0 143 67 127 142 27
Binary 111111 1110010 1 101101 0 1100011 110111 1010111 1100010 10111

Color Harmonies of #3F7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7201

Black with #3F7201

Text Example


Text Example

White with #3F7201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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