Html Css Color HEX #3E500B Verdun Green

📋 copy color: '#3E500B'

red 62 ◦ green 80 ◦ blue 11

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

Shades of Verdun Green #3E500B

Tints of Verdun Green #3E500B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.19%

R = 40.52%
G = 52.29%
B = 7.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#3E500B (or 0x3E500B) is known color: Verdun Green. HEX triplet: 3E, 50 and 0B. RGB value is (62,80,11). Sum of RGB (Red+Green+Blue) = 62+80+11=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #3E500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E500B is #C1AFF4. Grayscale: #434343. Windows color (decimal): -12693493 or 741438. OLE color: 741438.

HSL color Cylindrical-coordinate representation of color #3E500B: hue angle of 75.65º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E500B is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 80 11 -
CMYK 0.22 0 0.86 0.69
HSL 75.65º 0.76% 0.18% -
HSV(B) 75.65º 0.86% 0.31% -
XYZ 4.92 6.79 1.37 -
YUV 66.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 62 80 11 0.22 0 0.86 0.69 75.65 0.76 0.18
Hex 3E 50 B 16 0 56 45 4C 4C 12
Octal 76 120 13 26 0 126 105 114 114 22
Binary 111110 1010000 1011 10110 0 1010110 1000101 1001100 1001100 10010

Color Harmonies of #3E500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E500B

Black with #3E500B

Text Example


Text Example

White with #3E500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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