Html Css Color HEX #3F6116 Verdun Green

📋 copy color: '#3F6116'

red 63 ◦ green 97 ◦ blue 22

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

Shades of Verdun Green #3F6116

Tints of Verdun Green #3F6116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.3%

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

R = 34.62%
G = 53.3%
B = 12.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#3F6116 (or 0x3F6116) is known color: Verdun Green. HEX triplet: 3F, 61 and 16. RGB value is (63,97,22). Sum of RGB (Red+Green+Blue) = 63+97+22=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6116 is #C09EE9. Grayscale: #4E4E4E. Windows color (decimal): -12623594 or 1466687. OLE color: 1466687.

HSL color Cylindrical-coordinate representation of color #3F6116: hue angle of 87.2º 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 #3F6116 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 97 22 -
CMYK 0.35 0 0.77 0.62
HSL 87.2º 0.63% 0.23% -
HSV(B) 87.2º 0.77% 0.38% -
XYZ 6.47 9.66 2.28 -
YUV 78.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 63 97 22 0.35 0 0.77 0.62 87.2 0.63 0.23
Hex 3F 61 16 23 0 4D 3E 57 3F 17
Octal 77 141 26 43 0 115 76 127 77 27
Binary 111111 1100001 10110 100011 0 1001101 111110 1010111 111111 10111

Color Harmonies of #3F6116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6116

Black with #3F6116

Text Example


Text Example

White with #3F6116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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