Html Css Color HEX #3E5601 Verdun Green

📋 copy color: '#3E5601'

red 62 ◦ green 86 ◦ blue 1

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

Shades of Verdun Green #3E5601

Tints of Verdun Green #3E5601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 57.72%

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 41.61%
G = 57.72%
B = 0.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#3E5601 (or 0x3E5601) is known color: Verdun Green. HEX triplet: 3E, 56 and 01. RGB value is (62,86,1). Sum of RGB (Red+Green+Blue) = 62+86+1=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 86 (33.98% from 255 or 57.72% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 86 - color contains mainly: green. Hex color #3E5601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5601 is #C1A9FE. Grayscale: #454545. Windows color (decimal): -12691967 or 87614. OLE color: 87614.

HSL color Cylindrical-coordinate representation of color #3E5601: hue angle of 76.94º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E5601 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 62 86 1 -
CMYK 0.28 0 0.99 0.66
HSL 76.94º 0.98% 0.17% -
HSV(B) 76.94º 0.99% 0.34% -
XYZ 5.32 7.68 1.23 -
YUV 69.13 89.55 122.91 -
System Red Green Blue C M Y K H S L
Decimal 62 86 1 0.28 0 0.99 0.66 76.94 0.98 0.17
Hex 3E 56 1 1C 0 63 42 4D 62 11
Octal 76 126 1 34 0 143 102 115 142 21
Binary 111110 1010110 1 11100 0 1100011 1000010 1001101 1100010 10001

Color Harmonies of #3E5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5601

Black with #3E5601

Text Example


Text Example

White with #3E5601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,86,1); }

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

background-color css

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

 a { background-color: rgb(62,86,1); }

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

border-color css

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

 span { border-color: rgb(62,86,1); }

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