Html Css Color HEX #3F540E Verdun Green

📋 copy color: '#3F540E'

red 63 ◦ green 84 ◦ blue 14

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

Shades of Verdun Green #3F540E

Tints of Verdun Green #3F540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.17%

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

R = 39.13%
G = 52.17%
B = 8.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#3F540E (or 0x3F540E) is known color: Verdun Green. HEX triplet: 3F, 54 and 0E. RGB value is (63,84,14). Sum of RGB (Red+Green+Blue) = 63+84+14=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #3F540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F540E is #C0ABF1. Grayscale: #464646. Windows color (decimal): -12626930 or 939071. OLE color: 939071.

HSL color Cylindrical-coordinate representation of color #3F540E: hue angle of 78º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F540E is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 84 14 -
CMYK 0.25 0 0.83 0.67
HSL 78º 0.71% 0.19% -
HSV(B) 78º 0.83% 0.33% -
XYZ 5.3 7.43 1.57 -
YUV 69.74 96.54 123.19 -
System Red Green Blue C M Y K H S L
Decimal 63 84 14 0.25 0 0.83 0.67 78 0.71 0.19
Hex 3F 54 E 19 0 53 43 4E 47 13
Octal 77 124 16 31 0 123 103 116 107 23
Binary 111111 1010100 1110 11001 0 1010011 1000011 1001110 1000111 10011

Color Harmonies of #3F540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F540E

Black with #3F540E

Text Example


Text Example

White with #3F540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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