Html Css Color HEX #3F6811 Verdun Green

📋 copy color: '#3F6811'

red 63 ◦ green 104 ◦ blue 17

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

Shades of Verdun Green #3F6811

Tints of Verdun Green #3F6811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.52%

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 34.24%
G = 56.52%
B = 9.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#3F6811 (or 0x3F6811) is known color: Verdun Green. HEX triplet: 3F, 68 and 11. RGB value is (63,104,17). Sum of RGB (Red+Green+Blue) = 63+104+17=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #3F6811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6811 is #C097EE. Grayscale: #525252. Windows color (decimal): -12621807 or 1140799. OLE color: 1140799.

HSL color Cylindrical-coordinate representation of color #3F6811: hue angle of 88.28º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F6811 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 104 17 -
CMYK 0.39 0 0.84 0.59
HSL 88.28º 0.72% 0.24% -
HSV(B) 88.28º 0.84% 0.41% -
XYZ 7.1 11 2.28 -
YUV 81.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 63 104 17 0.39 0 0.84 0.59 88.28 0.72 0.24
Hex 3F 68 11 27 0 54 3B 58 48 18
Octal 77 150 21 47 0 124 73 130 110 30
Binary 111111 1101000 10001 100111 0 1010100 111011 1011000 1001000 11000

Color Harmonies of #3F6811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6811

Black with #3F6811

Text Example


Text Example

White with #3F6811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,104,17); }

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

background-color css

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

 a { background-color: rgb(63,104,17); }

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

border-color css

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

 span { border-color: rgb(63,104,17); }

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