Html Css Color HEX #3E4501 Verdun Green

📋 copy color: '#3E4501'

red 62 ◦ green 69 ◦ blue 1

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

Shades of Verdun Green #3E4501

Tints of Verdun Green #3E4501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 52.27%

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

R = 46.97%
G = 52.27%
B = 0.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#3E4501 (or 0x3E4501) is known color: Verdun Green. HEX triplet: 3E, 45 and 01. RGB value is (62,69,1). Sum of RGB (Red+Green+Blue) = 62+69+1=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #3E4501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4501 is #C1BAFE. Grayscale: #3B3B3B. Windows color (decimal): -12696319 or 83262. OLE color: 83262.

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

Color convert

RGB 62 69 1 -
CMYK 0.10 0 0.99 0.73
HSL 66.18º 0.97% 0.14% -
HSV(B) 66.18º 0.99% 0.27% -
XYZ 4.12 5.28 0.83 -
YUV 59.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 62 69 1 0.10 0 0.99 0.73 66.18 0.97 0.14
Hex 3E 45 1 A 0 63 49 42 61 E
Octal 76 105 1 12 0 143 111 102 141 16
Binary 111110 1000101 1 1010 0 1100011 1001001 1000010 1100001 1110

Color Harmonies of #3E4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4501

Black with #3E4501

Text Example


Text Example

White with #3E4501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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