Html Css Color HEX #3E5205 Verdun Green

📋 copy color: '#3E5205'

red 62 ◦ green 82 ◦ blue 5

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

Shades of Verdun Green #3E5205

Tints of Verdun Green #3E5205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 55.03%

 BLUE value IS 5 (2.34% from 255) = 3.36%

R = 41.61%
G = 55.03%
B = 3.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#3E5205 (or 0x3E5205) is known color: Verdun Green. HEX triplet: 3E, 52 and 05. RGB value is (62,82,5). Sum of RGB (Red+Green+Blue) = 62+82+5=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #3E5205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5205 is #C1ADFA. Grayscale: #434343. Windows color (decimal): -12692987 or 348734. OLE color: 348734.

HSL color Cylindrical-coordinate representation of color #3E5205: hue angle of 75.58º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E5205 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 82 5 -
CMYK 0.24 0 0.94 0.68
HSL 75.58º 0.89% 0.17% -
HSV(B) 75.58º 0.94% 0.32% -
XYZ 5.03 7.07 1.24 -
YUV 67.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 62 82 5 0.24 0 0.94 0.68 75.58 0.89 0.17
Hex 3E 52 5 18 0 5E 44 4C 59 11
Octal 76 122 5 30 0 136 104 114 131 21
Binary 111110 1010010 101 11000 0 1011110 1000100 1001100 1011001 10001

Color Harmonies of #3E5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5205

Black with #3E5205

Text Example


Text Example

White with #3E5205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,82,5); }

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

background-color css

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

 a { background-color: rgb(62,82,5); }

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

border-color css

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

 span { border-color: rgb(62,82,5); }

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