Html Css Color HEX #3F6311 Verdun Green

📋 copy color: '#3F6311'

red 63 ◦ green 99 ◦ blue 17

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

Shades of Verdun Green #3F6311

Tints of Verdun Green #3F6311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 55.31%

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

R = 35.2%
G = 55.31%
B = 9.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#3F6311 (or 0x3F6311) is known color: Verdun Green. HEX triplet: 3F, 63 and 11. RGB value is (63,99,17). Sum of RGB (Red+Green+Blue) = 63+99+17=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #3F6311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6311 is #C09CEE. Grayscale: #4F4F4F. Windows color (decimal): -12623087 or 1139519. OLE color: 1139519.

HSL color Cylindrical-coordinate representation of color #3F6311: hue angle of 86.34º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F6311 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB 63 99 17 -
CMYK 0.36 0 0.83 0.61
HSL 86.34º 0.71% 0.23% -
HSV(B) 86.34º 0.83% 0.39% -
XYZ 6.61 10.02 2.12 -
YUV 78.89 93.07 116.67 -
System Red Green Blue C M Y K H S L
Decimal 63 99 17 0.36 0 0.83 0.61 86.34 0.71 0.23
Hex 3F 63 11 24 0 53 3D 56 47 17
Octal 77 143 21 44 0 123 75 126 107 27
Binary 111111 1100011 10001 100100 0 1010011 111101 1010110 1000111 10111

Color Harmonies of #3F6311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6311

Black with #3F6311

Text Example


Text Example

White with #3F6311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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