Html Css Color HEX #3D5609 Verdun Green

📋 copy color: '#3D5609'

red 61 ◦ green 86 ◦ blue 9

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

Shades of Verdun Green #3D5609

Tints of Verdun Green #3D5609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.77%

R = 39.1%
G = 55.13%
B = 5.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#3D5609 (or 0x3D5609) is known color: Verdun Green. HEX triplet: 3D, 56 and 09. RGB value is (61,86,9). Sum of RGB (Red+Green+Blue) = 61+86+9=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #3D5609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5609 is #C2A9F6. Grayscale: #464646. Windows color (decimal): -12757495 or 611901. OLE color: 611901.

HSL color Cylindrical-coordinate representation of color #3D5609: hue angle of 79.48º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D5609 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 61 86 9 -
CMYK 0.29 0 0.90 0.66
HSL 79.48º 0.81% 0.19% -
HSV(B) 79.48º 0.9% 0.34% -
XYZ 5.3 7.67 1.46 -
YUV 69.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 61 86 9 0.29 0 0.90 0.66 79.48 0.81 0.19
Hex 3D 56 9 1D 0 5A 42 4F 51 13
Octal 75 126 11 35 0 132 102 117 121 23
Binary 111101 1010110 1001 11101 0 1011010 1000010 1001111 1010001 10011

Color Harmonies of #3D5609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5609

Black with #3D5609

Text Example


Text Example

White with #3D5609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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