Html Css Color HEX #3F6412 Verdun Green

📋 copy color: '#3F6412'

red 63 ◦ green 100 ◦ blue 18

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

Shades of Verdun Green #3F6412

Tints of Verdun Green #3F6412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 55.25%

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 34.81%
G = 55.25%
B = 9.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#3F6412 (or 0x3F6412) is known color: Verdun Green. HEX triplet: 3F, 64 and 12. RGB value is (63,100,18). Sum of RGB (Red+Green+Blue) = 63+100+18=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 100 (39.45% from 255 or 55.25% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 100 - color contains mainly: green. Hex color #3F6412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6412 is #C09BED. Grayscale: #4F4F4F. Windows color (decimal): -12622830 or 1205311. OLE color: 1205311.

HSL color Cylindrical-coordinate representation of color #3F6412: hue angle of 87.07º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F6412 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 63 100 18 -
CMYK 0.37 0 0.82 0.61
HSL 87.07º 0.69% 0.23% -
HSV(B) 87.07º 0.82% 0.39% -
XYZ 6.72 10.21 2.19 -
YUV 79.59 93.24 116.17 -
System Red Green Blue C M Y K H S L
Decimal 63 100 18 0.37 0 0.82 0.61 87.07 0.69 0.23
Hex 3F 64 12 25 0 52 3D 57 45 17
Octal 77 144 22 45 0 122 75 127 105 27
Binary 111111 1100100 10010 100101 0 1010010 111101 1010111 1000101 10111

Color Harmonies of #3F6412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6412

Black with #3F6412

Text Example


Text Example

White with #3F6412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,100,18); }

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

background-color css

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

 a { background-color: rgb(63,100,18); }

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

border-color css

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

 span { border-color: rgb(63,100,18); }

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