#3D4602

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

Shades of Verdun Green #3D4602

Tints of Verdun Green #3D4602

Color information

#3D4602 (or 0x3D4602) is unknown color: approx Verdun Green. HEX triplet: 3D, 46 and 02. RGB value is (61,70,2). Sum of RGB (Red+Green+Blue) = 61+70+2=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #3D4602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4602 is #C2B9FD. Grayscale: #3B3B3B. Windows color (decimal): -12761598 or 149053. OLE color: 149053.

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

Color convert

RGB61702-
CMYK0.1300.970.73
HSL67.94º94.44%14.12%-
HSV(B)67.94º97.14%27.45%-
XYZ4.135.380.88-
YUV59.5695.52129.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.86%
GREEN value IS 70 (27.73% from 255) = 52.63%
BLUE value IS 2 (1.17% from 255) = 1.50%
R=45.86%
G=52.63%
B=1.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal617020.1300.970.7367.9494.4414.12
Hex3D462D06149445ee
Octal75106215014111110413616
Binary1111011000110101101011000011001001100010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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