Html Css Color HEX #3D6511 Verdun Green

📋 copy color: '#3D6511'

red 61 ◦ green 101 ◦ blue 17

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

Shades of Verdun Green #3D6511

Tints of Verdun Green #3D6511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 56.42%

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

R = 34.08%
G = 56.42%
B = 9.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#3D6511 (or 0x3D6511) is known color: Verdun Green. HEX triplet: 3D, 65 and 11. RGB value is (61,101,17). Sum of RGB (Red+Green+Blue) = 61+101+17=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #3D6511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6511 is #C29AEE. Grayscale: #4F4F4F. Windows color (decimal): -12753647 or 1140029. OLE color: 1140029.

HSL color Cylindrical-coordinate representation of color #3D6511: hue angle of 88.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D6511 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 61 101 17 -
CMYK 0.40 0 0.83 0.60
HSL 88.57º 0.71% 0.23% -
HSV(B) 88.57º 0.83% 0.4% -
XYZ 6.68 10.34 2.17 -
YUV 79.46 92.75 114.83 -
System Red Green Blue C M Y K H S L
Decimal 61 101 17 0.40 0 0.83 0.60 88.57 0.71 0.23
Hex 3D 65 11 28 0 53 3C 59 47 17
Octal 75 145 21 50 0 123 74 131 107 27
Binary 111101 1100101 10001 101000 0 1010011 111100 1011001 1000111 10111

Color Harmonies of #3D6511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6511

Black with #3D6511

Text Example


Text Example

White with #3D6511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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