Html Css Color HEX #3D4A16 Verdun Green

📋 copy color: '#3D4A16'

red 61 ◦ green 74 ◦ blue 22

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

Shades of Verdun Green #3D4A16

Tints of Verdun Green #3D4A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 47.13%

 BLUE value IS 22 (8.98% from 255) = 14.01%

R = 38.85%
G = 47.13%
B = 14.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#3D4A16 (or 0x3D4A16) is known color: Verdun Green. HEX triplet: 3D, 4A and 16. RGB value is (61,74,22). Sum of RGB (Red+Green+Blue) = 61+74+22=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 74 - color contains mainly: green. Hex color #3D4A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4A16 is #C2B5E9. Grayscale: #404040. Windows color (decimal): -12760554 or 1460797. OLE color: 1460797.

HSL color Cylindrical-coordinate representation of color #3D4A16: hue angle of 75º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D4A16 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 74 22 -
CMYK 0.18 0 0.70 0.71
HSL 75º 0.54% 0.19% -
HSV(B) 75º 0.7% 0.29% -
XYZ 4.52 5.95 1.67 -
YUV 64.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 61 74 22 0.18 0 0.70 0.71 75 0.54 0.19
Hex 3D 4A 16 12 0 46 47 4B 36 13
Octal 75 112 26 22 0 106 107 113 66 23
Binary 111101 1001010 10110 10010 0 1000110 1000111 1001011 110110 10011

Color Harmonies of #3D4A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4A16

Black with #3D4A16

Text Example


Text Example

White with #3D4A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,74,22); }

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

background-color css

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

 a { background-color: rgb(61,74,22); }

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

border-color css

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

 span { border-color: rgb(61,74,22); }

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