Html Css Color HEX #3D4C14 Verdun Green

📋 copy color: '#3D4C14'

red 61 ◦ green 76 ◦ blue 20

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

Shades of Verdun Green #3D4C14

Tints of Verdun Green #3D4C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.41%

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

R = 38.85%
G = 48.41%
B = 12.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#3D4C14 (or 0x3D4C14) is known color: Verdun Green. HEX triplet: 3D, 4C and 14. RGB value is (61,76,20). Sum of RGB (Red+Green+Blue) = 61+76+20=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4C14 is #C2B3EB. Grayscale: #414141. Windows color (decimal): -12760044 or 1330237. OLE color: 1330237.

HSL color Cylindrical-coordinate representation of color #3D4C14: hue angle of 76.07º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D4C14 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB 61 76 20 -
CMYK 0.20 0 0.74 0.70
HSL 76.07º 0.58% 0.19% -
HSV(B) 76.07º 0.74% 0.3% -
XYZ 4.64 6.21 1.62 -
YUV 65.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 61 76 20 0.20 0 0.74 0.70 76.07 0.58 0.19
Hex 3D 4C 14 14 0 4A 46 4C 3A 13
Octal 75 114 24 24 0 112 106 114 72 23
Binary 111101 1001100 10100 10100 0 1001010 1000110 1001100 111010 10011

Color Harmonies of #3D4C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4C14

Black with #3D4C14

Text Example


Text Example

White with #3D4C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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