#355407

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

Shades of Verdun Green #355407

Tints of Verdun Green #355407

Color information

#355407 (or 0x355407) is unknown color: approx Verdun Green. HEX triplet: 35, 54 and 07. RGB value is (53,84,7). Sum of RGB (Red+Green+Blue) = 53+84+7=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #355407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355407 is #CAABF8. Grayscale: #424242. Windows color (decimal): -13282297 or 480309. OLE color: 480309.

HSL color Cylindrical-coordinate representation of color #355407: hue angle of 84.16º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #355407 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB53847-
CMYK0.3700.920.67
HSL84.16º84.62%17.84%-
HSV(B)84.16º91.67%32.94%-
XYZ4.687.111.33-
YUV65.9594.73118.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 84 (33.20% from 255) = 58.33%
BLUE value IS 7 (3.12% from 255) = 4.86%
R=36.81%
G=58.33%
B=4.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal538470.3700.920.6784.1684.6217.84
Hex355472505C43545512
Octal65124745013410312412522
Binary11010110101001111001010101110010000111010100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355407; }

 p { color: rgb(53,84,7); }

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

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

 a { background-color: rgb(53,84,7); }

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

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

 span { border-color: rgb(53,84,7); }

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