#3D5405

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

Shades of Verdun Green #3D5405

Tints of Verdun Green #3D5405

Color information

#3D5405 (or 0x3D5405) is unknown color: approx Verdun Green. HEX triplet: 3D, 54 and 05. RGB value is (61,84,5). Sum of RGB (Red+Green+Blue) = 61+84+5=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #3D5405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5405 is #C2ABFA. Grayscale: #444444. Windows color (decimal): -12758011 or 349245. OLE color: 349245.

HSL color Cylindrical-coordinate representation of color #3D5405: hue angle of 77.47º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D5405 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB61845-
CMYK0.2700.940.67
HSL77.47º88.76%17.45%-
HSV(B)77.47º94.05%32.94%-
XYZ5.127.341.29-
YUV68.1292.38122.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.67%
GREEN value IS 84 (33.20% from 255) = 56%
BLUE value IS 5 (2.34% from 255) = 3.33%
R=40.67%
G=56%
B=3.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal618450.2700.940.6777.4788.7617.45
Hex3D5451B05E434d5911
Octal75124533013610311513121
Binary1111011010100101110110101111010000111001101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,84,5); }

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

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

 a { background-color: rgb(61,84,5); }

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

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

 span { border-color: rgb(61,84,5); }

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