#3D4601

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

Shades of Verdun Green #3D4601

Tints of Verdun Green #3D4601

Color information

#3D4601 (or 0x3D4601) is unknown color: approx Verdun Green. HEX triplet: 3D, 46 and 01. RGB value is (61,70,1). Sum of RGB (Red+Green+Blue) = 61+70+1=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #3D4601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4601 is #C2B9FE. Grayscale: #3B3B3B. Windows color (decimal): -12761599 or 83517. OLE color: 83517.

HSL color Cylindrical-coordinate representation of color #3D4601: hue angle of 67.83º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D4601 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB61701-
CMYK0.1300.990.73
HSL67.83º97.18%13.92%-
HSV(B)67.83º98.57%27.45%-
XYZ4.125.370.85-
YUV59.4495.02129.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 46.21%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=46.21%
G=53.03%
B=0.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal617010.1300.990.7367.8397.1813.92
Hex3D461D063494461e
Octal75106115014311110414116
Binary111101100011011101011000111001001100010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,70,1); }

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

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

 a { background-color: rgb(61,70,1); }

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

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

 span { border-color: rgb(61,70,1); }

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