#3D4E01

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

Shades of Verdun Green #3D4E01

Tints of Verdun Green #3D4E01

Color information

#3D4E01 (or 0x3D4E01) is unknown color: approx Verdun Green. HEX triplet: 3D, 4E and 01. RGB value is (61,78,1). Sum of RGB (Red+Green+Blue) = 61+78+1=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 78 (30.86% from 255 or 55.71% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 78 - color contains mainly: green. Hex color #3D4E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D4E01 is #C2B1FE. Grayscale: #404040. Windows color (decimal): -12759551 or 85565. OLE color: 85565.

HSL color Cylindrical-coordinate representation of color #3D4E01: hue angle of 73.25º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D4E01 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB61781-
CMYK0.2200.990.69
HSL73.25º97.47%15.49%-
HSV(B)73.25º98.72%30.59%-
XYZ4.656.441.03-
YUV64.1492.37125.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 43.57%
GREEN value IS 78 (30.86% from 255) = 55.71%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=43.57%
G=55.71%
B=0.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal617810.2200.990.6973.2597.4715.49
Hex3D4E116063454961f
Octal75116126014310511114117
Binary1111011001110110110011000111000101100100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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