Html Css Color HEX #3E480E Verdun Green

📋 copy color: '#3E480E'

red 62 ◦ green 72 ◦ blue 14

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

Shades of Verdun Green #3E480E

Tints of Verdun Green #3E480E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.46%

R = 41.89%
G = 48.65%
B = 9.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#3E480E (or 0x3E480E) is known color: Verdun Green. HEX triplet: 3E, 48 and 0E. RGB value is (62,72,14). Sum of RGB (Red+Green+Blue) = 62+72+14=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #3E480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E480E is #C1B7F1. Grayscale: #3E3E3E. Windows color (decimal): -12695538 or 935998. OLE color: 935998.

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

Color convert

RGB 62 72 14 -
CMYK 0.14 0 0.81 0.72
HSL 70.34º 0.67% 0.17% -
HSV(B) 70.34º 0.81% 0.28% -
XYZ 4.38 5.69 1.28 -
YUV 62.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 62 72 14 0.14 0 0.81 0.72 70.34 0.67 0.17
Hex 3E 48 E E 0 51 48 46 43 11
Octal 76 110 16 16 0 121 110 106 103 21
Binary 111110 1001000 1110 1110 0 1010001 1001000 1000110 1000011 10001

Color Harmonies of #3E480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E480E

Black with #3E480E

Text Example


Text Example

White with #3E480E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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