Html Css Color HEX #3D5914 Verdun Green

📋 copy color: '#3D5914'

red 61 ◦ green 89 ◦ blue 20

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

Shades of Verdun Green #3D5914

Tints of Verdun Green #3D5914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.76%

R = 35.88%
G = 52.35%
B = 11.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#3D5914 (or 0x3D5914) is known color: Verdun Green. HEX triplet: 3D, 59 and 14. RGB value is (61,89,20). Sum of RGB (Red+Green+Blue) = 61+89+20=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5914 is #C2A6EB. Grayscale: #494949. Windows color (decimal): -12756716 or 1333565. OLE color: 1333565.

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

Color convert

RGB 61 89 20 -
CMYK 0.31 0 0.78 0.65
HSL 84.35º 0.63% 0.21% -
HSV(B) 84.35º 0.78% 0.35% -
XYZ 5.62 8.19 1.95 -
YUV 72.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 61 89 20 0.31 0 0.78 0.65 84.35 0.63 0.21
Hex 3D 59 14 1F 0 4E 41 54 3F 15
Octal 75 131 24 37 0 116 101 124 77 25
Binary 111101 1011001 10100 11111 0 1001110 1000001 1010100 111111 10101

Color Harmonies of #3D5914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5914

Black with #3D5914

Text Example


Text Example

White with #3D5914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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