Html Css Color HEX #3F4815 Verdun Green

📋 copy color: '#3F4815'

red 63 ◦ green 72 ◦ blue 21

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

Shades of Verdun Green #3F4815

Tints of Verdun Green #3F4815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.46%

R = 40.38%
G = 46.15%
B = 13.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#3F4815 (or 0x3F4815) is known color: Verdun Green. HEX triplet: 3F, 48 and 15. RGB value is (63,72,21). Sum of RGB (Red+Green+Blue) = 63+72+21=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4815 is #C0B7EA. Grayscale: #3F3F3F. Windows color (decimal): -12629995 or 1394751. OLE color: 1394751.

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

Color convert

RGB 63 72 21 -
CMYK 0.12 0 0.71 0.72
HSL 70.59º 0.55% 0.18% -
HSV(B) 70.59º 0.71% 0.28% -
XYZ 4.5 5.75 1.58 -
YUV 63.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 63 72 21 0.12 0 0.71 0.72 70.59 0.55 0.18
Hex 3F 48 15 C 0 47 48 47 37 12
Octal 77 110 25 14 0 107 110 107 67 22
Binary 111111 1001000 10101 1100 0 1000111 1001000 1000111 110111 10010

Color Harmonies of #3F4815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4815

Black with #3F4815

Text Example


Text Example

White with #3F4815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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