Html Css Color HEX #3E5316 Verdun Green

📋 copy color: '#3E5316'

red 62 ◦ green 83 ◦ blue 22

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

Shades of Verdun Green #3E5316

Tints of Verdun Green #3E5316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.7%

 BLUE value IS 22 (8.98% from 255) = 13.17%

R = 37.13%
G = 49.7%
B = 13.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#3E5316 (or 0x3E5316) is known color: Verdun Green. HEX triplet: 3E, 53 and 16. RGB value is (62,83,22). Sum of RGB (Red+Green+Blue) = 62+83+22=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5316 is #C1ACE9. Grayscale: #454545. Windows color (decimal): -12692714 or 1463102. OLE color: 1463102.

HSL color Cylindrical-coordinate representation of color #3E5316: hue angle of 80.66º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E5316 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 83 22 -
CMYK 0.25 0 0.73 0.67
HSL 80.66º 0.58% 0.21% -
HSV(B) 80.66º 0.73% 0.33% -
XYZ 5.22 7.27 1.89 -
YUV 69.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 62 83 22 0.25 0 0.73 0.67 80.66 0.58 0.21
Hex 3E 53 16 19 0 49 43 51 3A 15
Octal 76 123 26 31 0 111 103 121 72 25
Binary 111110 1010011 10110 11001 0 1001001 1000011 1010001 111010 10101

Color Harmonies of #3E5316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5316

Black with #3E5316

Text Example


Text Example

White with #3E5316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,83,22); }

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

background-color css

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

 a { background-color: rgb(62,83,22); }

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

border-color css

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

 span { border-color: rgb(62,83,22); }

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