Html Css Color HEX #3E501A Verdun Green

📋 copy color: '#3E501A'

red 62 ◦ green 80 ◦ blue 26

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

Shades of Verdun Green #3E501A

Tints of Verdun Green #3E501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.62%

 BLUE value IS 26 (10.55% from 255) = 15.48%

R = 36.9%
G = 47.62%
B = 15.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#3E501A (or 0x3E501A) is known color: Verdun Green. HEX triplet: 3E, 50 and 1A. RGB value is (62,80,26). Sum of RGB (Red+Green+Blue) = 62+80+26=168 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.90% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #3E501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E501A is #C1AFE5. Grayscale: #444444. Windows color (decimal): -12693478 or 1724478. OLE color: 1724478.

HSL color Cylindrical-coordinate representation of color #3E501A: hue angle of 80º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E501A is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 80 26 -
CMYK 0.22 0 0.67 0.69
HSL 80º 0.51% 0.21% -
HSV(B) 80º 0.68% 0.31% -
XYZ 5.04 6.84 2.03 -
YUV 68.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 62 80 26 0.22 0 0.67 0.69 80 0.51 0.21
Hex 3E 50 1A 16 0 43 45 50 33 15
Octal 76 120 32 26 0 103 105 120 63 25
Binary 111110 1010000 11010 10110 0 1000011 1000101 1010000 110011 10101

Color Harmonies of #3E501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E501A

Black with #3E501A

Text Example


Text Example

White with #3E501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,80,26); }

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

background-color css

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

 a { background-color: rgb(62,80,26); }

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

border-color css

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

 span { border-color: rgb(62,80,26); }

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