Html Css Color HEX #3E690E Verdun Green

📋 copy color: '#3E690E'

red 62 ◦ green 105 ◦ blue 14

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

Shades of Verdun Green #3E690E

Tints of Verdun Green #3E690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.01%

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

R = 34.25%
G = 58.01%
B = 7.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#3E690E (or 0x3E690E) is known color: Verdun Green. HEX triplet: 3E, 69 and 0E. RGB value is (62,105,14). Sum of RGB (Red+Green+Blue) = 62+105+14=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #3E690E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E690E is #C196F1. Grayscale: #525252. Windows color (decimal): -12687090 or 944446. OLE color: 944446.

HSL color Cylindrical-coordinate representation of color #3E690E: hue angle of 88.35º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E690E is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 105 14 -
CMYK 0.41 0 0.87 0.59
HSL 88.35º 0.76% 0.23% -
HSV(B) 88.35º 0.87% 0.41% -
XYZ 7.12 11.16 2.19 -
YUV 81.77 89.75 113.9 -
System Red Green Blue C M Y K H S L
Decimal 62 105 14 0.41 0 0.87 0.59 88.35 0.76 0.23
Hex 3E 69 E 29 0 57 3B 58 4C 17
Octal 76 151 16 51 0 127 73 130 114 27
Binary 111110 1101001 1110 101001 0 1010111 111011 1011000 1001100 10111

Color Harmonies of #3E690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E690E

Black with #3E690E

Text Example


Text Example

White with #3E690E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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