Html Css Color HEX #3F6113 Verdun Green

📋 copy color: '#3F6113'

red 63 ◦ green 97 ◦ blue 19

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

Shades of Verdun Green #3F6113

Tints of Verdun Green #3F6113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.61%

R = 35.2%
G = 54.19%
B = 10.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#3F6113 (or 0x3F6113) is known color: Verdun Green. HEX triplet: 3F, 61 and 13. RGB value is (63,97,19). Sum of RGB (Red+Green+Blue) = 63+97+19=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6113 is #C09EEC. Grayscale: #4E4E4E. Windows color (decimal): -12623597 or 1270079. OLE color: 1270079.

HSL color Cylindrical-coordinate representation of color #3F6113: hue angle of 86.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F6113 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 97 19 -
CMYK 0.35 0 0.80 0.62
HSL 86.15º 0.67% 0.23% -
HSV(B) 86.15º 0.8% 0.38% -
XYZ 6.44 9.65 2.14 -
YUV 77.94 94.74 117.34 -
System Red Green Blue C M Y K H S L
Decimal 63 97 19 0.35 0 0.80 0.62 86.15 0.67 0.23
Hex 3F 61 13 23 0 50 3E 56 43 17
Octal 77 141 23 43 0 120 76 126 103 27
Binary 111111 1100001 10011 100011 0 1010000 111110 1010110 1000011 10111

Color Harmonies of #3F6113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6113

Black with #3F6113

Text Example


Text Example

White with #3F6113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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