Html Css Color HEX #3F5516 Verdun Green

📋 copy color: '#3F5516'

red 63 ◦ green 85 ◦ blue 22

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

Shades of Verdun Green #3F5516

Tints of Verdun Green #3F5516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50%

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

R = 37.06%
G = 50%
B = 12.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#3F5516 (or 0x3F5516) is known color: Verdun Green. HEX triplet: 3F, 55 and 16. RGB value is (63,85,22). Sum of RGB (Red+Green+Blue) = 63+85+22=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5516 is #C0AAE9. Grayscale: #474747. Windows color (decimal): -12626666 or 1463615. OLE color: 1463615.

HSL color Cylindrical-coordinate representation of color #3F5516: hue angle of 80.95º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F5516 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 85 22 -
CMYK 0.26 0 0.74 0.67
HSL 80.95º 0.59% 0.21% -
HSV(B) 80.95º 0.74% 0.33% -
XYZ 5.44 7.61 1.94 -
YUV 71.24 100.21 122.12 -
System Red Green Blue C M Y K H S L
Decimal 63 85 22 0.26 0 0.74 0.67 80.95 0.59 0.21
Hex 3F 55 16 1A 0 4A 43 51 3B 15
Octal 77 125 26 32 0 112 103 121 73 25
Binary 111111 1010101 10110 11010 0 1001010 1000011 1010001 111011 10101

Color Harmonies of #3F5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5516

Black with #3F5516

Text Example


Text Example

White with #3F5516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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