Html Css Color HEX #3F4816 Verdun Green

📋 copy color: '#3F4816'

red 63 ◦ green 72 ◦ blue 22

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

Shades of Verdun Green #3F4816

Tints of Verdun Green #3F4816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.86%

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

R = 40.13%
G = 45.86%
B = 14.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#3F4816 (or 0x3F4816) is known color: Verdun Green. HEX triplet: 3F, 48 and 16. RGB value is (63,72,22). Sum of RGB (Red+Green+Blue) = 63+72+22=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4816 is #C0B7E9. Grayscale: #3F3F3F. Windows color (decimal): -12629994 or 1460287. OLE color: 1460287.

HSL color Cylindrical-coordinate representation of color #3F4816: hue angle of 70.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F4816 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 72 22 -
CMYK 0.12 0 0.69 0.72
HSL 70.8º 0.53% 0.18% -
HSV(B) 70.8º 0.69% 0.28% -
XYZ 4.51 5.75 1.63 -
YUV 63.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 63 72 22 0.12 0 0.69 0.72 70.8 0.53 0.18
Hex 3F 48 16 C 0 45 48 47 35 12
Octal 77 110 26 14 0 105 110 107 65 22
Binary 111111 1001000 10110 1100 0 1000101 1001000 1000111 110101 10010

Color Harmonies of #3F4816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4816

Black with #3F4816

Text Example


Text Example

White with #3F4816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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