Html Css Color HEX #3E6204 Verdun Green

📋 copy color: '#3E6204'

red 62 ◦ green 98 ◦ blue 4

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

Shades of Verdun Green #3E6204

Tints of Verdun Green #3E6204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 59.76%

 BLUE value IS 4 (1.95% from 255) = 2.44%

R = 37.8%
G = 59.76%
B = 2.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#3E6204 (or 0x3E6204) is known color: Verdun Green. HEX triplet: 3E, 62 and 04. RGB value is (62,98,4). Sum of RGB (Red+Green+Blue) = 62+98+4=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #3E6204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6204 is #C19DFB. Grayscale: #4C4C4C. Windows color (decimal): -12688892 or 287294. OLE color: 287294.

HSL color Cylindrical-coordinate representation of color #3E6204: hue angle of 82.98º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E6204 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 98 4 -
CMYK 0.37 0 0.96 0.62
HSL 82.98º 0.92% 0.2% -
HSV(B) 82.98º 0.96% 0.38% -
XYZ 6.38 9.77 1.66 -
YUV 76.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 62 98 4 0.37 0 0.96 0.62 82.98 0.92 0.2
Hex 3E 62 4 25 0 60 3E 53 5C 14
Octal 76 142 4 45 0 140 76 123 134 24
Binary 111110 1100010 100 100101 0 1100000 111110 1010011 1011100 10100

Color Harmonies of #3E6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6204

Black with #3E6204

Text Example


Text Example

White with #3E6204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,98,4); }

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

background-color css

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

 a { background-color: rgb(62,98,4); }

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

border-color css

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

 span { border-color: rgb(62,98,4); }

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