#355304

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

Shades of Verdun Green #355304

Tints of Verdun Green #355304

Color information

#355304 (or 0x355304) is unknown color: approx Verdun Green. HEX triplet: 35, 53 and 04. RGB value is (53,83,4). Sum of RGB (Red+Green+Blue) = 53+83+4=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #355304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355304 is #CAACFB. Grayscale: #414141. Windows color (decimal): -13282556 or 283445. OLE color: 283445.

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

Color convert

RGB53834-
CMYK0.3600.950.67
HSL82.78º90.8%17.06%-
HSV(B)82.78º95.18%32.55%-
XYZ4.586.951.22-
YUV65.0293.56119.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 83 (32.81% from 255) = 59.29%
BLUE value IS 4 (1.95% from 255) = 2.86%
R=37.86%
G=59.29%
B=2.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal538340.3600.950.6782.7890.817.06
Hex355342405F43535b11
Octal65123444013710312313321
Binary11010110100111001001000101111110000111010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355304; }

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

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

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

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

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

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

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

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