#3D550E

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

Shades of Verdun Green #3D550E

Tints of Verdun Green #3D550E

Color information

#3D550E (or 0x3D550E) is unknown color: approx Verdun Green. HEX triplet: 3D, 55 and 0E. RGB value is (61,85,14). Sum of RGB (Red+Green+Blue) = 61+85+14=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #3D550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D550E is #C2AAF1. Grayscale: #454545. Windows color (decimal): -12757746 or 939325. OLE color: 939325.

HSL color Cylindrical-coordinate representation of color #3D550E: hue angle of 80.28º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D550E is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB618514-
CMYK0.2800.840.67
HSL80.28º71.72%19.41%-
HSV(B)80.28º83.53%33.33%-
XYZ5.257.521.59-
YUV69.7396.55121.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.12%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 14 (5.86% from 255) = 8.75%
R=38.12%
G=53.12%
B=8.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6185140.2800.840.6780.2871.7219.41
Hex3D55E1C05443504813
Octal751251634012410312011023
Binary11110110101011110111000101010010000111010000100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,85,14); }

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

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

 a { background-color: rgb(61,85,14); }

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

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

 span { border-color: rgb(61,85,14); }

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