Html Css Color HEX #3E4908 Verdun Green

📋 copy color: '#3E4908'

red 62 ◦ green 73 ◦ blue 8

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

Shades of Verdun Green #3E4908

Tints of Verdun Green #3E4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 51.05%

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

R = 43.36%
G = 51.05%
B = 5.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#3E4908 (or 0x3E4908) is known color: Verdun Green. HEX triplet: 3E, 49 and 08. RGB value is (62,73,8). Sum of RGB (Red+Green+Blue) = 62+73+8=143 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.36% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #3E4908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4908 is #C1B6F7. Grayscale: #3E3E3E. Windows color (decimal): -12695288 or 543038. OLE color: 543038.

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

Color convert

RGB 62 73 8 -
CMYK 0.15 0 0.89 0.71
HSL 70.15º 0.8% 0.16% -
HSV(B) 70.15º 0.89% 0.29% -
XYZ 4.41 5.81 1.12 -
YUV 62.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 62 73 8 0.15 0 0.89 0.71 70.15 0.8 0.16
Hex 3E 49 8 F 0 59 47 46 50 10
Octal 76 111 10 17 0 131 107 106 120 20
Binary 111110 1001001 1000 1111 0 1011001 1000111 1000110 1010000 10000

Color Harmonies of #3E4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4908

Black with #3E4908

Text Example


Text Example

White with #3E4908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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