Html Css Color HEX #3E5406 Verdun Green

📋 copy color: '#3E5406'

red 62 ◦ green 84 ◦ blue 6

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

Shades of Verdun Green #3E5406

Tints of Verdun Green #3E5406

RGB

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

 GREEN value IS 84 (33.2% from 255) = 55.26%

 BLUE value IS 6 (2.73% from 255) = 3.95%

R = 40.79%
G = 55.26%
B = 3.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#3E5406 (or 0x3E5406) is known color: Verdun Green. HEX triplet: 3E, 54 and 06. RGB value is (62,84,6). Sum of RGB (Red+Green+Blue) = 62+84+6=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5406 is #C1ABF9. Grayscale: #444444. Windows color (decimal): -12692474 or 414782. OLE color: 414782.

HSL color Cylindrical-coordinate representation of color #3E5406: hue angle of 76.92º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E5406 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 84 6 -
CMYK 0.26 0 0.93 0.67
HSL 76.92º 0.87% 0.18% -
HSV(B) 76.92º 0.93% 0.33% -
XYZ 5.19 7.38 1.32 -
YUV 68.53 92.71 123.34 -
System Red Green Blue C M Y K H S L
Decimal 62 84 6 0.26 0 0.93 0.67 76.92 0.87 0.18
Hex 3E 54 6 1A 0 5D 43 4D 57 12
Octal 76 124 6 32 0 135 103 115 127 22
Binary 111110 1010100 110 11010 0 1011101 1000011 1001101 1010111 10010

Color Harmonies of #3E5406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5406

Black with #3E5406

Text Example


Text Example

White with #3E5406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,84,6); }

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

background-color css

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

 a { background-color: rgb(62,84,6); }

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

border-color css

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

 span { border-color: rgb(62,84,6); }

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