Html Css Color HEX #3F4610 Verdun Green

📋 copy color: '#3F4610'

red 63 ◦ green 70 ◦ blue 16

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

Shades of Verdun Green #3F4610

Tints of Verdun Green #3F4610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.98%

 BLUE value IS 16 (6.64% from 255) = 10.74%

R = 42.28%
G = 46.98%
B = 10.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#3F4610 (or 0x3F4610) is known color: Verdun Green. HEX triplet: 3F, 46 and 10. RGB value is (63,70,16). Sum of RGB (Red+Green+Blue) = 63+70+16=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #3F4610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4610 is #C0B9EF. Grayscale: #3D3D3D. Windows color (decimal): -12630512 or 1066559. OLE color: 1066559.

HSL color Cylindrical-coordinate representation of color #3F4610: hue angle of 67.78º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F4610 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 70 16 -
CMYK 0.10 0 0.77 0.73
HSL 67.78º 0.63% 0.17% -
HSV(B) 67.78º 0.77% 0.27% -
XYZ 4.33 5.47 1.32 -
YUV 61.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 63 70 16 0.10 0 0.77 0.73 67.78 0.63 0.17
Hex 3F 46 10 A 0 4D 49 44 3F 11
Octal 77 106 20 12 0 115 111 104 77 21
Binary 111111 1000110 10000 1010 0 1001101 1001001 1000100 111111 10001

Color Harmonies of #3F4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4610

Black with #3F4610

Text Example


Text Example

White with #3F4610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,70,16); }

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

background-color css

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

 a { background-color: rgb(63,70,16); }

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

border-color css

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

 span { border-color: rgb(63,70,16); }

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