#3D4B06

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

Shades of Verdun Green #3D4B06

Tints of Verdun Green #3D4B06

Color information

#3D4B06 (or 0x3D4B06) is unknown color: approx Verdun Green. HEX triplet: 3D, 4B and 06. RGB value is (61,75,6). Sum of RGB (Red+Green+Blue) = 61+75+6=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #3D4B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4B06 is #C2B4F9. Grayscale: #3F3F3F. Windows color (decimal): -12760314 or 412477. OLE color: 412477.

HSL color Cylindrical-coordinate representation of color #3D4B06: hue angle of 72.17º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D4B06 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB61756-
CMYK0.1900.920.71
HSL72.17º85.19%15.88%-
HSV(B)72.17º92%29.41%-
XYZ4.476.041.1-
YUV62.9595.86126.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.96%
GREEN value IS 75 (29.69% from 255) = 52.82%
BLUE value IS 6 (2.73% from 255) = 4.23%
R=42.96%
G=52.82%
B=4.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal617560.1900.920.7172.1785.1915.88
Hex3D4B61305C47485510
Octal75113623013410711012520
Binary1111011001011110100110101110010001111001000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,75,6); }

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

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

 a { background-color: rgb(61,75,6); }

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

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

 span { border-color: rgb(61,75,6); }

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