Html Css Color HEX #3D5916 Verdun Green

📋 copy color: '#3D5916'

red 61 ◦ green 89 ◦ blue 22

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

Shades of Verdun Green #3D5916

Tints of Verdun Green #3D5916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 51.74%

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

R = 35.47%
G = 51.74%
B = 12.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#3D5916 (or 0x3D5916) is known color: Verdun Green. HEX triplet: 3D, 59 and 16. RGB value is (61,89,22). Sum of RGB (Red+Green+Blue) = 61+89+22=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5916 is #C2A6E9. Grayscale: #494949. Windows color (decimal): -12756714 or 1464637. OLE color: 1464637.

HSL color Cylindrical-coordinate representation of color #3D5916: hue angle of 85.07º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D5916 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 89 22 -
CMYK 0.31 0 0.75 0.65
HSL 85.07º 0.6% 0.22% -
HSV(B) 85.07º 0.75% 0.35% -
XYZ 5.64 8.19 2.04 -
YUV 72.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 61 89 22 0.31 0 0.75 0.65 85.07 0.6 0.22
Hex 3D 59 16 1F 0 4B 41 55 3C 16
Octal 75 131 26 37 0 113 101 125 74 26
Binary 111101 1011001 10110 11111 0 1001011 1000001 1010101 111100 10110

Color Harmonies of #3D5916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5916

Black with #3D5916

Text Example


Text Example

White with #3D5916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,89,22); }

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

background-color css

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

 a { background-color: rgb(61,89,22); }

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

border-color css

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

 span { border-color: rgb(61,89,22); }

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