Html Css Color HEX #3F590E Verdun Green

📋 copy color: '#3F590E'

red 63 ◦ green 89 ◦ blue 14

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

Shades of Verdun Green #3F590E

Tints of Verdun Green #3F590E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.61%

 BLUE value IS 14 (5.86% from 255) = 8.43%

R = 37.95%
G = 53.61%
B = 8.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#3F590E (or 0x3F590E) is known color: Verdun Green. HEX triplet: 3F, 59 and 0E. RGB value is (63,89,14). Sum of RGB (Red+Green+Blue) = 63+89+14=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #3F590E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F590E is #C0A6F1. Grayscale: #484848. Windows color (decimal): -12625650 or 940351. OLE color: 940351.

HSL color Cylindrical-coordinate representation of color #3F590E: hue angle of 80.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F590E is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 89 14 -
CMYK 0.29 0 0.84 0.65
HSL 80.8º 0.73% 0.2% -
HSV(B) 80.8º 0.84% 0.35% -
XYZ 5.7 8.23 1.7 -
YUV 72.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 63 89 14 0.29 0 0.84 0.65 80.8 0.73 0.2
Hex 3F 59 E 1D 0 54 41 51 49 14
Octal 77 131 16 35 0 124 101 121 111 24
Binary 111111 1011001 1110 11101 0 1010100 1000001 1010001 1001001 10100

Color Harmonies of #3F590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F590E

Black with #3F590E

Text Example


Text Example

White with #3F590E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,89,14); }

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

background-color css

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

 a { background-color: rgb(63,89,14); }

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

border-color css

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

 span { border-color: rgb(63,89,14); }

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