#3D4700

Color #3D4700 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #3D4700

Tints of Verdun Green #3D4700

Color information

#3D4700 (or 0x3D4700) is unknown color: approx Verdun Green. HEX triplet: 3D, 47 and 00. RGB value is (61,71,0). Sum of RGB (Red+Green+Blue) = 61+71+0=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4700 is #C2B8FF. Grayscale: #3C3C3C. Windows color (decimal): -12761344 or 18237. OLE color: 18237.

HSL color Cylindrical-coordinate representation of color #3D4700: hue angle of 68.45º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D4700 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB61710-
CMYK0.14010.72
HSL68.45º100%13.92%-
HSV(B)68.45º100%27.84%-
XYZ4.185.50.84-
YUV59.9294.19128.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 46.21%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.21%
G=53.79%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal617100.14010.7268.4510013.92
Hex3D470E064484464e
Octal75107016014411010414416
Binary111101100011101110011001001001000100010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,71,0); }

 H1.HeaderClassName
 {
   color: #3D4700;
 }
 .AnyTagClassName
 {
   color: #3D4700;
 }
</style>
background-color css

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

 a { background-color: rgb(61,71,0); }

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

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

 span { border-color: rgb(61,71,0); }

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