#3D4C08

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

Shades of Verdun Green #3D4C08

Tints of Verdun Green #3D4C08

Color information

#3D4C08 (or 0x3D4C08) is unknown color: approx Verdun Green. HEX triplet: 3D, 4C and 08. RGB value is (61,76,8). Sum of RGB (Red+Green+Blue) = 61+76+8=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4C08 is #C2B3F7. Grayscale: #404040. Windows color (decimal): -12760056 or 543805. OLE color: 543805.

HSL color Cylindrical-coordinate representation of color #3D4C08: hue angle of 73.24º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D4C08 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB61768-
CMYK0.2000.890.70
HSL73.24º80.95%16.47%-
HSV(B)73.24º89.47%29.8%-
XYZ4.556.181.18-
YUV63.7696.53126.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.07%
GREEN value IS 76 (30.08% from 255) = 52.41%
BLUE value IS 8 (3.52% from 255) = 5.52%
R=42.07%
G=52.41%
B=5.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal617680.2000.890.7073.2480.9516.47
Hex3D4C81405946495110
Octal751141024013110611112120
Binary11110110011001000101000101100110001101001001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,76,8); }

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

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

 a { background-color: rgb(61,76,8); }

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

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

 span { border-color: rgb(61,76,8); }

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