Html Css Color HEX #3F4917 Verdun Green

📋 copy color: '#3F4917'

red 63 ◦ green 73 ◦ blue 23

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

Shades of Verdun Green #3F4917

Tints of Verdun Green #3F4917

RGB

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

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

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

R = 39.62%
G = 45.91%
B = 14.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#3F4917 (or 0x3F4917) is known color: Verdun Green. HEX triplet: 3F, 49 and 17. RGB value is (63,73,23). Sum of RGB (Red+Green+Blue) = 63+73+23=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4917 is #C0B6E8. Grayscale: #404040. Windows color (decimal): -12629737 or 1526079. OLE color: 1526079.

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

Color convert

RGB 63 73 23 -
CMYK 0.14 0 0.68 0.71
HSL 72º 0.52% 0.19% -
HSV(B) 72º 0.68% 0.29% -
XYZ 4.59 5.88 1.7 -
YUV 64.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 63 73 23 0.14 0 0.68 0.71 72 0.52 0.19
Hex 3F 49 17 E 0 44 47 48 34 13
Octal 77 111 27 16 0 104 107 110 64 23
Binary 111111 1001001 10111 1110 0 1000100 1000111 1001000 110100 10011

Color Harmonies of #3F4917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4917

Black with #3F4917

Text Example


Text Example

White with #3F4917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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