Html Css Color HEX #3F4613 Verdun Green

📋 copy color: '#3F4613'

red 63 ◦ green 70 ◦ blue 19

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

Shades of Verdun Green #3F4613

Tints of Verdun Green #3F4613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.05%

 BLUE value IS 19 (7.81% from 255) = 12.5%

R = 41.45%
G = 46.05%
B = 12.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#3F4613 (or 0x3F4613) is known color: Verdun Green. HEX triplet: 3F, 46 and 13. RGB value is (63,70,19). Sum of RGB (Red+Green+Blue) = 63+70+19=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #3F4613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4613 is #C0B9EC. Grayscale: #3E3E3E. Windows color (decimal): -12630509 or 1263167. OLE color: 1263167.

HSL color Cylindrical-coordinate representation of color #3F4613: hue angle of 68.24º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F4613 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 70 19 -
CMYK 0.10 0 0.73 0.73
HSL 68.24º 0.57% 0.17% -
HSV(B) 68.24º 0.73% 0.27% -
XYZ 4.36 5.48 1.44 -
YUV 62.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 63 70 19 0.10 0 0.73 0.73 68.24 0.57 0.17
Hex 3F 46 13 A 0 49 49 44 39 11
Octal 77 106 23 12 0 111 111 104 71 21
Binary 111111 1000110 10011 1010 0 1001001 1001001 1000100 111001 10001

Color Harmonies of #3F4613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4613

Black with #3F4613

Text Example


Text Example

White with #3F4613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,70,19); }

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

background-color css

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

 a { background-color: rgb(63,70,19); }

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

border-color css

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

 span { border-color: rgb(63,70,19); }

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