Html Css Color HEX #3E4916 Verdun Green

📋 copy color: '#3E4916'

red 62 ◦ green 73 ◦ blue 22

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

Shades of Verdun Green #3E4916

Tints of Verdun Green #3E4916

RGB

 RED value IS 62 (24.61% from 255) = 39.49%

 GREEN value IS 73 (28.91% from 255) = 46.5%

 BLUE value IS 22 (8.98% from 255) = 14.01%

R = 39.49%
G = 46.5%
B = 14.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#3E4916 (or 0x3E4916) is known color: Verdun Green. HEX triplet: 3E, 49 and 16. RGB value is (62,73,22). Sum of RGB (Red+Green+Blue) = 62+73+22=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #3E4916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4916 is #C1B6E9. Grayscale: #404040. Windows color (decimal): -12695274 or 1460542. OLE color: 1460542.

HSL color Cylindrical-coordinate representation of color #3E4916: hue angle of 72.94º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E4916 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 73 22 -
CMYK 0.15 0 0.70 0.71
HSL 72.94º 0.54% 0.19% -
HSV(B) 72.94º 0.7% 0.29% -
XYZ 4.51 5.85 1.65 -
YUV 63.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 62 73 22 0.15 0 0.70 0.71 72.94 0.54 0.19
Hex 3E 49 16 F 0 46 47 49 36 13
Octal 76 111 26 17 0 106 107 111 66 23
Binary 111110 1001001 10110 1111 0 1000110 1000111 1001001 110110 10011

Color Harmonies of #3E4916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4916

Black with #3E4916

Text Example


Text Example

White with #3E4916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,73,22); }

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

background-color css

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

 a { background-color: rgb(62,73,22); }

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

border-color css

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

 span { border-color: rgb(62,73,22); }

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