Html Css Color HEX #3E531A Verdun Green

📋 copy color: '#3E531A'

red 62 ◦ green 83 ◦ blue 26

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

Shades of Verdun Green #3E531A

Tints of Verdun Green #3E531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.2%

R = 36.26%
G = 48.54%
B = 15.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#3E531A (or 0x3E531A) is known color: Verdun Green. HEX triplet: 3E, 53 and 1A. RGB value is (62,83,26). Sum of RGB (Red+Green+Blue) = 62+83+26=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #3E531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E531A is #C1ACE5. Grayscale: #464646. Windows color (decimal): -12692710 or 1725246. OLE color: 1725246.

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

Color convert

RGB 62 83 26 -
CMYK 0.25 0 0.69 0.67
HSL 82.11º 0.52% 0.21% -
HSV(B) 82.11º 0.69% 0.33% -
XYZ 5.27 7.29 2.11 -
YUV 70.22 103.04 122.13 -
System Red Green Blue C M Y K H S L
Decimal 62 83 26 0.25 0 0.69 0.67 82.11 0.52 0.21
Hex 3E 53 1A 19 0 45 43 52 34 15
Octal 76 123 32 31 0 105 103 122 64 25
Binary 111110 1010011 11010 11001 0 1000101 1000011 1010010 110100 10101

Color Harmonies of #3E531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E531A

Black with #3E531A

Text Example


Text Example

White with #3E531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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