#355200

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

Shades of Verdun Green #355200

Tints of Verdun Green #355200

Color information

#355200 (or 0x355200) is unknown color: approx Verdun Green. HEX triplet: 35, 52 and 00. RGB value is (53,82,0). Sum of RGB (Red+Green+Blue) = 53+82+0=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #355200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355200 is #CAADFF. Grayscale: #404040. Windows color (decimal): -13282816 or 21045. OLE color: 21045.

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

Color convert

RGB53820-
CMYK0.35010.68
HSL81.22º100%16.08%-
HSV(B)81.22º100%32.16%-
XYZ4.496.791.07-
YUV63.9891.89120.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 82 (32.42% from 255) = 60.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.26%
G=60.74%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal538200.35010.6881.2210016.08
Hex355202306444516410
Octal65122043014410412114420
Binary110101101001001000110110010010001001010001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355200; }

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

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

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

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

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

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

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

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