Html Css Color HEX #3F5012 Verdun Green

📋 copy color: '#3F5012'

red 63 ◦ green 80 ◦ blue 18

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

Shades of Verdun Green #3F5012

Tints of Verdun Green #3F5012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.69%

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

R = 39.13%
G = 49.69%
B = 11.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#3F5012 (or 0x3F5012) is known color: Verdun Green. HEX triplet: 3F, 50 and 12. RGB value is (63,80,18). Sum of RGB (Red+Green+Blue) = 63+80+18=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5012 is #C0AFED. Grayscale: #444444. Windows color (decimal): -12627950 or 1200191. OLE color: 1200191.

HSL color Cylindrical-coordinate representation of color #3F5012: hue angle of 76.45º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F5012 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 80 18 -
CMYK 0.21 0 0.78 0.69
HSL 76.45º 0.63% 0.19% -
HSV(B) 76.45º 0.78% 0.31% -
XYZ 5.03 6.84 1.63 -
YUV 67.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 63 80 18 0.21 0 0.78 0.69 76.45 0.63 0.19
Hex 3F 50 12 15 0 4E 45 4C 3F 13
Octal 77 120 22 25 0 116 105 114 77 23
Binary 111111 1010000 10010 10101 0 1001110 1000101 1001100 111111 10011

Color Harmonies of #3F5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5012

Black with #3F5012

Text Example


Text Example

White with #3F5012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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