Html Css Color HEX #3F4916 Verdun Green

📋 copy color: '#3F4916'

red 63 ◦ green 73 ◦ blue 22

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

Shades of Verdun Green #3F4916

Tints of Verdun Green #3F4916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.2%

 BLUE value IS 22 (8.98% from 255) = 13.92%

R = 39.87%
G = 46.2%
B = 13.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#3F4916 (or 0x3F4916) is known color: Verdun Green. HEX triplet: 3F, 49 and 16. RGB value is (63,73,22). Sum of RGB (Red+Green+Blue) = 63+73+22=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4916 is #C0B6E9. Grayscale: #404040. Windows color (decimal): -12629738 or 1460543. OLE color: 1460543.

HSL color Cylindrical-coordinate representation of color #3F4916: hue angle of 71.76º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F4916 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 73 22 -
CMYK 0.14 0 0.70 0.71
HSL 71.76º 0.54% 0.19% -
HSV(B) 71.76º 0.7% 0.29% -
XYZ 4.58 5.88 1.65 -
YUV 64.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 63 73 22 0.14 0 0.70 0.71 71.76 0.54 0.19
Hex 3F 49 16 E 0 46 47 48 36 13
Octal 77 111 26 16 0 106 107 110 66 23
Binary 111111 1001001 10110 1110 0 1000110 1000111 1001000 110110 10011

Color Harmonies of #3F4916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4916

Black with #3F4916

Text Example


Text Example

White with #3F4916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,73,22); }

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

background-color css

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

 a { background-color: rgb(63,73,22); }

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

border-color css

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

 span { border-color: rgb(63,73,22); }

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