Html Css Color HEX #3E4801 Verdun Green

📋 copy color: '#3E4801'

red 62 ◦ green 72 ◦ blue 1

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

Shades of Verdun Green #3E4801

Tints of Verdun Green #3E4801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 53.33%

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

R = 45.93%
G = 53.33%
B = 0.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#3E4801 (or 0x3E4801) is known color: Verdun Green. HEX triplet: 3E, 48 and 01. RGB value is (62,72,1). Sum of RGB (Red+Green+Blue) = 62+72+1=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #3E4801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4801 is #C1B7FE. Grayscale: #3D3D3D. Windows color (decimal): -12695551 or 84030. OLE color: 84030.

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

Color convert

RGB 62 72 1 -
CMYK 0.14 0 0.99 0.72
HSL 68.45º 0.97% 0.14% -
HSV(B) 68.45º 0.99% 0.28% -
XYZ 4.31 5.66 0.89 -
YUV 60.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 62 72 1 0.14 0 0.99 0.72 68.45 0.97 0.14
Hex 3E 48 1 E 0 63 48 44 61 E
Octal 76 110 1 16 0 143 110 104 141 16
Binary 111110 1001000 1 1110 0 1100011 1001000 1000100 1100001 1110

Color Harmonies of #3E4801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4801

Black with #3E4801

Text Example


Text Example

White with #3E4801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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