Html Css Color HEX #3D5911 Verdun Green

📋 copy color: '#3D5911'

red 61 ◦ green 89 ◦ blue 17

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

Shades of Verdun Green #3D5911

Tints of Verdun Green #3D5911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 36.53%
G = 53.29%
B = 10.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#3D5911 (or 0x3D5911) is known color: Verdun Green. HEX triplet: 3D, 59 and 11. RGB value is (61,89,17). Sum of RGB (Red+Green+Blue) = 61+89+17=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5911 is #C2A6EE. Grayscale: #484848. Windows color (decimal): -12756719 or 1136957. OLE color: 1136957.

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

Color convert

RGB 61 89 17 -
CMYK 0.31 0 0.81 0.65
HSL 83.33º 0.68% 0.21% -
HSV(B) 83.33º 0.81% 0.35% -
XYZ 5.6 8.18 1.81 -
YUV 72.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 61 89 17 0.31 0 0.81 0.65 83.33 0.68 0.21
Hex 3D 59 11 1F 0 51 41 53 44 15
Octal 75 131 21 37 0 121 101 123 104 25
Binary 111101 1011001 10001 11111 0 1010001 1000001 1010011 1000100 10101

Color Harmonies of #3D5911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5911

Black with #3D5911

Text Example


Text Example

White with #3D5911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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