#3D551A

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

Shades of Verdun Green #3D551A

Tints of Verdun Green #3D551A

Color information

#3D551A (or 0x3D551A) is unknown color: approx Verdun Green. HEX triplet: 3D, 55 and 1A. RGB value is (61,85,26). Sum of RGB (Red+Green+Blue) = 61+85+26=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #3D551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D551A is #C2AAE5. Grayscale: #474747. Windows color (decimal): -12757734 or 1725757. OLE color: 1725757.

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

Color convert

RGB618526-
CMYK0.2800.690.67
HSL84.41º53.15%21.76%-
HSV(B)84.41º69.41%33.33%-
XYZ5.367.562.15-
YUV71.1102.55120.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.47%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=35.47%
G=49.42%
B=15.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6185260.2800.690.6784.4153.1521.76
Hex3D551A1C04543543516
Octal75125323401051031246526
Binary11110110101011101011100010001011000011101010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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