#355204

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

Shades of Verdun Green #355204

Tints of Verdun Green #355204

Color information

#355204 (or 0x355204) is unknown color: approx Verdun Green. HEX triplet: 35, 52 and 04. RGB value is (53,82,4). Sum of RGB (Red+Green+Blue) = 53+82+4=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #355204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355204 is #CAADFB. Grayscale: #404040. Windows color (decimal): -13282812 or 283189. OLE color: 283189.

HSL color Cylindrical-coordinate representation of color #355204: hue angle of 82.31º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #355204 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB53824-
CMYK0.3500.950.68
HSL82.31º90.7%16.86%-
HSV(B)82.31º95.12%32.16%-
XYZ4.516.81.19-
YUV64.4493.89119.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 82 (32.42% from 255) = 58.99%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=38.13%
G=58.99%
B=2.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal538240.3500.950.6882.3190.716.86
Hex355242305F44525b11
Octal65122443013710412213321
Binary11010110100101001000110101111110001001010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355204; }

 p { color: rgb(53,82,4); }

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

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

 a { background-color: rgb(53,82,4); }

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

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

 span { border-color: rgb(53,82,4); }

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