Html Css Color HEX #3E4808 Verdun Green

📋 copy color: '#3E4808'

red 62 ◦ green 72 ◦ blue 8

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

Shades of Verdun Green #3E4808

Tints of Verdun Green #3E4808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.63%

R = 43.66%
G = 50.7%
B = 5.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#3E4808 (or 0x3E4808) is known color: Verdun Green. HEX triplet: 3E, 48 and 08. RGB value is (62,72,8). Sum of RGB (Red+Green+Blue) = 62+72+8=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #3E4808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4808 is #C1B7F7. Grayscale: #3D3D3D. Windows color (decimal): -12695544 or 542782. OLE color: 542782.

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

Color convert

RGB 62 72 8 -
CMYK 0.14 0 0.89 0.72
HSL 69.38º 0.8% 0.16% -
HSV(B) 69.38º 0.89% 0.28% -
XYZ 4.35 5.68 1.1 -
YUV 61.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 62 72 8 0.14 0 0.89 0.72 69.38 0.8 0.16
Hex 3E 48 8 E 0 59 48 45 50 10
Octal 76 110 10 16 0 131 110 105 120 20
Binary 111110 1001000 1000 1110 0 1011001 1001000 1000101 1010000 10000

Color Harmonies of #3E4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4808

Black with #3E4808

Text Example


Text Example

White with #3E4808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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