Html Css Color HEX #3E610E Verdun Green

📋 copy color: '#3E610E'

red 62 ◦ green 97 ◦ blue 14

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

Shades of Verdun Green #3E610E

Tints of Verdun Green #3E610E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.07%

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

R = 35.84%
G = 56.07%
B = 8.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#3E610E (or 0x3E610E) is known color: Verdun Green. HEX triplet: 3E, 61 and 0E. RGB value is (62,97,14). Sum of RGB (Red+Green+Blue) = 62+97+14=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #3E610E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E610E is #C19EF1. Grayscale: #4D4D4D. Windows color (decimal): -12689138 or 942398. OLE color: 942398.

HSL color Cylindrical-coordinate representation of color #3E610E: hue angle of 85.3º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E610E is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 97 14 -
CMYK 0.36 0 0.86 0.62
HSL 85.3º 0.75% 0.22% -
HSV(B) 85.3º 0.86% 0.38% -
XYZ 6.34 9.61 1.94 -
YUV 77.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 62 97 14 0.36 0 0.86 0.62 85.3 0.75 0.22
Hex 3E 61 E 24 0 56 3E 55 4B 16
Octal 76 141 16 44 0 126 76 125 113 26
Binary 111110 1100001 1110 100100 0 1010110 111110 1010101 1001011 10110

Color Harmonies of #3E610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E610E

Black with #3E610E

Text Example


Text Example

White with #3E610E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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