Html Css Color HEX #3F4C12 Verdun Green

📋 copy color: '#3F4C12'

red 63 ◦ green 76 ◦ blue 18

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

Shades of Verdun Green #3F4C12

Tints of Verdun Green #3F4C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.41%

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

R = 40.13%
G = 48.41%
B = 11.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.70

RGB Variations

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

Color information

#3F4C12 (or 0x3F4C12) is known color: Verdun Green. HEX triplet: 3F, 4C and 12. RGB value is (63,76,18). Sum of RGB (Red+Green+Blue) = 63+76+18=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4C12 is #C0B3ED. Grayscale: #414141. Windows color (decimal): -12628974 or 1199167. OLE color: 1199167.

HSL color Cylindrical-coordinate representation of color #3F4C12: hue angle of 73.45º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F4C12 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 76 18 -
CMYK 0.17 0 0.76 0.70
HSL 73.45º 0.62% 0.18% -
HSV(B) 73.45º 0.76% 0.3% -
XYZ 4.74 6.27 1.53 -
YUV 65.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 63 76 18 0.17 0 0.76 0.70 73.45 0.62 0.18
Hex 3F 4C 12 11 0 4C 46 49 3E 12
Octal 77 114 22 21 0 114 106 111 76 22
Binary 111111 1001100 10010 10001 0 1001100 1000110 1001001 111110 10010

Color Harmonies of #3F4C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4C12

Black with #3F4C12

Text Example


Text Example

White with #3F4C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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