Html Css Color HEX #3E510E Verdun Green

📋 copy color: '#3E510E'

red 62 ◦ green 81 ◦ blue 14

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

Shades of Verdun Green #3E510E

Tints of Verdun Green #3E510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.59%

 BLUE value IS 14 (5.86% from 255) = 8.92%

R = 39.49%
G = 51.59%
B = 8.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#3E510E (or 0x3E510E) is known color: Verdun Green. HEX triplet: 3E, 51 and 0E. RGB value is (62,81,14). Sum of RGB (Red+Green+Blue) = 62+81+14=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #3E510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E510E is #C1AEF1. Grayscale: #434343. Windows color (decimal): -12693234 or 938302. OLE color: 938302.

HSL color Cylindrical-coordinate representation of color #3E510E: hue angle of 77.01º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E510E is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 81 14 -
CMYK 0.23 0 0.83 0.68
HSL 77.01º 0.71% 0.19% -
HSV(B) 77.01º 0.83% 0.32% -
XYZ 5.01 6.94 1.49 -
YUV 67.68 97.71 123.95 -
System Red Green Blue C M Y K H S L
Decimal 62 81 14 0.23 0 0.83 0.68 77.01 0.71 0.19
Hex 3E 51 E 17 0 53 44 4D 47 13
Octal 76 121 16 27 0 123 104 115 107 23
Binary 111110 1010001 1110 10111 0 1010011 1000100 1001101 1000111 10011

Color Harmonies of #3E510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E510E

Black with #3E510E

Text Example


Text Example

White with #3E510E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,81,14); }

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

background-color css

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

 a { background-color: rgb(62,81,14); }

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

border-color css

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

 span { border-color: rgb(62,81,14); }

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