Html Css Color HEX #3E6900 Verdun Green

📋 copy color: '#3E6900'

red 62 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #3E6900

Tints of Verdun Green #3E6900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.13%
G = 62.87%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#3E6900 (or 0x3E6900) is known color: Verdun Green. HEX triplet: 3E, 69 and 00. RGB value is (62,105,0). Sum of RGB (Red+Green+Blue) = 62+105+0=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 105 (41.41% from 255 or 62.87% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 105 - color contains mainly: green. Hex color #3E6900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6900 is #C196FF. Grayscale: #505050. Windows color (decimal): -12687104 or 26942. OLE color: 26942.

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

Color convert

RGB 62 105 0 -
CMYK 0.41 0 1 0.59
HSL 84.57º 1% 0.21% -
HSV(B) 84.57º 1% 0.41% -
XYZ 7.04 11.13 1.78 -
YUV 80.17 82.75 115.04 -
System Red Green Blue C M Y K H S L
Decimal 62 105 0 0.41 0 1 0.59 84.57 1 0.21
Hex 3E 69 0 29 0 64 3B 55 64 15
Octal 76 151 0 51 0 144 73 125 144 25
Binary 111110 1101001 0 101001 0 1100100 111011 1010101 1100100 10101

Color Harmonies of #3E6900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6900

Black with #3E6900

Text Example


Text Example

White with #3E6900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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