Html Css Color HEX #3D5917 Verdun Green

📋 copy color: '#3D5917'

red 61 ◦ green 89 ◦ blue 23

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

Shades of Verdun Green #3D5917

Tints of Verdun Green #3D5917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.29%

R = 35.26%
G = 51.45%
B = 13.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#3D5917 (or 0x3D5917) is known color: Verdun Green. HEX triplet: 3D, 59 and 17. RGB value is (61,89,23). Sum of RGB (Red+Green+Blue) = 61+89+23=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5917 is #C2A6E8. Grayscale: #494949. Windows color (decimal): -12756713 or 1530173. OLE color: 1530173.

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

Color convert

RGB 61 89 23 -
CMYK 0.31 0 0.74 0.65
HSL 85.45º 0.59% 0.22% -
HSV(B) 85.45º 0.74% 0.35% -
XYZ 5.65 8.2 2.1 -
YUV 73.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 61 89 23 0.31 0 0.74 0.65 85.45 0.59 0.22
Hex 3D 59 17 1F 0 4A 41 55 3B 16
Octal 75 131 27 37 0 112 101 125 73 26
Binary 111101 1011001 10111 11111 0 1001010 1000001 1010101 111011 10110

Color Harmonies of #3D5917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5917

Black with #3D5917

Text Example


Text Example

White with #3D5917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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