Html Css Color HEX #3F6016 Verdun Green

📋 copy color: '#3F6016'

red 63 ◦ green 96 ◦ blue 22

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

Shades of Verdun Green #3F6016

Tints of Verdun Green #3F6016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.04%

 BLUE value IS 22 (8.98% from 255) = 12.15%

R = 34.81%
G = 53.04%
B = 12.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#3F6016 (or 0x3F6016) is known color: Verdun Green. HEX triplet: 3F, 60 and 16. RGB value is (63,96,22). Sum of RGB (Red+Green+Blue) = 63+96+22=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6016 is #C09FE9. Grayscale: #4D4D4D. Windows color (decimal): -12623850 or 1466431. OLE color: 1466431.

HSL color Cylindrical-coordinate representation of color #3F6016: hue angle of 86.76º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F6016 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 96 22 -
CMYK 0.34 0 0.77 0.62
HSL 86.76º 0.63% 0.23% -
HSV(B) 86.76º 0.77% 0.38% -
XYZ 6.38 9.48 2.25 -
YUV 77.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 63 96 22 0.34 0 0.77 0.62 86.76 0.63 0.23
Hex 3F 60 16 22 0 4D 3E 57 3F 17
Octal 77 140 26 42 0 115 76 127 77 27
Binary 111111 1100000 10110 100010 0 1001101 111110 1010111 111111 10111

Color Harmonies of #3F6016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6016

Black with #3F6016

Text Example


Text Example

White with #3F6016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,96,22); }

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

background-color css

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

 a { background-color: rgb(63,96,22); }

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

border-color css

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

 span { border-color: rgb(63,96,22); }

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