Html Css Color HEX #3F4717 Verdun Green

📋 copy color: '#3F4717'

red 63 ◦ green 71 ◦ blue 23

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

Shades of Verdun Green #3F4717

Tints of Verdun Green #3F4717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.22%

 BLUE value IS 23 (9.38% from 255) = 14.65%

R = 40.13%
G = 45.22%
B = 14.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#3F4717 (or 0x3F4717) is known color: Verdun Green. HEX triplet: 3F, 47 and 17. RGB value is (63,71,23). Sum of RGB (Red+Green+Blue) = 63+71+23=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4717 is #C0B8E8. Grayscale: #3F3F3F. Windows color (decimal): -12630249 or 1525567. OLE color: 1525567.

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

Color convert

RGB 63 71 23 -
CMYK 0.11 0 0.68 0.72
HSL 70º 0.51% 0.18% -
HSV(B) 70º 0.68% 0.28% -
XYZ 4.46 5.63 1.66 -
YUV 63.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 63 71 23 0.11 0 0.68 0.72 70 0.51 0.18
Hex 3F 47 17 B 0 44 48 46 33 12
Octal 77 107 27 13 0 104 110 106 63 22
Binary 111111 1000111 10111 1011 0 1000100 1001000 1000110 110011 10010

Color Harmonies of #3F4717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4717

Black with #3F4717

Text Example


Text Example

White with #3F4717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,71,23); }

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

background-color css

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

 a { background-color: rgb(63,71,23); }

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

border-color css

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

 span { border-color: rgb(63,71,23); }

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