#3D5905

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

Shades of Verdun Green #3D5905

Tints of Verdun Green #3D5905

Color information

#3D5905 (or 0x3D5905) is unknown color: approx Verdun Green. HEX triplet: 3D, 59 and 05. RGB value is (61,89,5). Sum of RGB (Red+Green+Blue) = 61+89+5=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5905 is #C2A6FA. Grayscale: #474747. Windows color (decimal): -12756731 or 350525. OLE color: 350525.

HSL color Cylindrical-coordinate representation of color #3D5905: hue angle of 80º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D5905 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB61895-
CMYK0.3100.940.65
HSL80º89.36%18.43%-
HSV(B)80º94.38%34.9%-
XYZ5.528.151.43-
YUV71.0590.72120.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.35%
GREEN value IS 89 (35.16% from 255) = 57.42%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=39.35%
G=57.42%
B=3.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal618950.3100.940.658089.3618.43
Hex3D5951F05E41505912
Octal75131537013610112013122
Binary1111011011001101111110101111010000011010000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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