#3D6210

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

Shades of Verdun Green #3D6210

Tints of Verdun Green #3D6210

Color information

#3D6210 (or 0x3D6210) is unknown color: approx Verdun Green. HEX triplet: 3D, 62 and 10. RGB value is (61,98,16). Sum of RGB (Red+Green+Blue) = 61+98+16=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #3D6210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6210 is #C29DEF. Grayscale: #4D4D4D. Windows color (decimal): -12754416 or 1073725. OLE color: 1073725.

HSL color Cylindrical-coordinate representation of color #3D6210: hue angle of 87.07º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D6210 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB619816-
CMYK0.3800.840.62
HSL87.07º71.93%22.35%-
HSV(B)87.07º83.67%38.43%-
XYZ6.399.762.04-
YUV77.5993.24116.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 98 (38.67% from 255) = 56%
BLUE value IS 16 (6.64% from 255) = 9.14%
R=34.86%
G=56%
B=9.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6198160.3800.840.6287.0771.9322.35
Hex3D6210260543E574816
Octal75142204601247612711026
Binary111101110001010000100110010101001111101010111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,98,16); }

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

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

 a { background-color: rgb(61,98,16); }

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

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

 span { border-color: rgb(61,98,16); }

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