Html Css Color HEX #3E4404 Verdun Green

📋 copy color: '#3E4404'

red 62 ◦ green 68 ◦ blue 4

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

Shades of Verdun Green #3E4404

Tints of Verdun Green #3E4404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.75%

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

R = 46.27%
G = 50.75%
B = 2.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#3E4404 (or 0x3E4404) is known color: Verdun Green. HEX triplet: 3E, 44 and 04. RGB value is (62,68,4). Sum of RGB (Red+Green+Blue) = 62+68+4=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #3E4404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4404 is #C1BBFB. Grayscale: #3B3B3B. Windows color (decimal): -12696572 or 279614. OLE color: 279614.

HSL color Cylindrical-coordinate representation of color #3E4404: hue angle of 65.62º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E4404 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 62 68 4 -
CMYK 0.09 0 0.94 0.73
HSL 65.63º 0.89% 0.14% -
HSV(B) 65.63º 0.94% 0.27% -
XYZ 4.08 5.17 0.9 -
YUV 58.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 62 68 4 0.09 0 0.94 0.73 65.63 0.89 0.14
Hex 3E 44 4 9 0 5E 49 42 59 E
Octal 76 104 4 11 0 136 111 102 131 16
Binary 111110 1000100 100 1001 0 1011110 1001001 1000010 1011001 1110

Color Harmonies of #3E4404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4404

Black with #3E4404

Text Example


Text Example

White with #3E4404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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