Html Css Color HEX #3D561A Verdun Green

📋 copy color: '#3D561A'

red 61 ◦ green 86 ◦ blue 26

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

Shades of Verdun Green #3D561A

Tints of Verdun Green #3D561A

RGB

 RED value IS 61 (24.22% from 255) = 35.26%

 GREEN value IS 86 (33.98% from 255) = 49.71%

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

R = 35.26%
G = 49.71%
B = 15.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#3D561A (or 0x3D561A) is known color: Verdun Green. HEX triplet: 3D, 56 and 1A. RGB value is (61,86,26). Sum of RGB (Red+Green+Blue) = 61+86+26=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #3D561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D561A is #C2A9E5. Grayscale: #474747. Windows color (decimal): -12757478 or 1726013. OLE color: 1726013.

HSL color Cylindrical-coordinate representation of color #3D561A: hue angle of 85º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D561A is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 61 86 26 -
CMYK 0.29 0 0.70 0.66
HSL 85º 0.54% 0.22% -
HSV(B) 85º 0.7% 0.34% -
XYZ 5.44 7.72 2.18 -
YUV 71.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 61 86 26 0.29 0 0.70 0.66 85 0.54 0.22
Hex 3D 56 1A 1D 0 46 42 55 36 16
Octal 75 126 32 35 0 106 102 125 66 26
Binary 111101 1010110 11010 11101 0 1000110 1000010 1010101 110110 10110

Color Harmonies of #3D561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D561A

Black with #3D561A

Text Example


Text Example

White with #3D561A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,86,26); }

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

background-color css

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

 a { background-color: rgb(61,86,26); }

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

border-color css

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

 span { border-color: rgb(61,86,26); }

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