Html Css Color HEX #3F680B Verdun Green

📋 copy color: '#3F680B'

red 63 ◦ green 104 ◦ blue 11

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

Shades of Verdun Green #3F680B

Tints of Verdun Green #3F680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 58.43%

 BLUE value IS 11 (4.69% from 255) = 6.18%

R = 35.39%
G = 58.43%
B = 6.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#3F680B (or 0x3F680B) is known color: Verdun Green. HEX triplet: 3F, 68 and 0B. RGB value is (63,104,11). Sum of RGB (Red+Green+Blue) = 63+104+11=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #3F680B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F680B is #C097F4. Grayscale: #515151. Windows color (decimal): -12621813 or 747583. OLE color: 747583.

HSL color Cylindrical-coordinate representation of color #3F680B: hue angle of 86.45º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F680B is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 104 11 -
CMYK 0.39 0 0.89 0.59
HSL 86.45º 0.81% 0.23% -
HSV(B) 86.45º 0.89% 0.41% -
XYZ 7.06 10.98 2.06 -
YUV 81.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 63 104 11 0.39 0 0.89 0.59 86.45 0.81 0.23
Hex 3F 68 B 27 0 59 3B 56 51 17
Octal 77 150 13 47 0 131 73 126 121 27
Binary 111111 1101000 1011 100111 0 1011001 111011 1010110 1010001 10111

Color Harmonies of #3F680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F680B

Black with #3F680B

Text Example


Text Example

White with #3F680B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,104,11); }

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

background-color css

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

 a { background-color: rgb(63,104,11); }

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

border-color css

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

 span { border-color: rgb(63,104,11); }

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