#355F03

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

Shades of Verdun Green #355F03

Tints of Verdun Green #355F03

Color information

#355F03 (or 0x355F03) is unknown color: approx Verdun Green. HEX triplet: 35, 5F and 03. RGB value is (53,95,3). Sum of RGB (Red+Green+Blue) = 53+95+3=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 95 (37.5% from 255 or 62.91% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 95 - color contains mainly: green. Hex color #355F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355F03 is #CAA0FC. Grayscale: #484848. Windows color (decimal): -13279485 or 220981. OLE color: 220981.

HSL color Cylindrical-coordinate representation of color #355F03: hue angle of 87.39º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #355F03 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.

Color convert

RGB53953-
CMYK0.4400.970.63
HSL87.39º93.88%19.22%-
HSV(B)87.39º96.84%37.25%-
XYZ5.588.951.52-
YUV71.9589.09114.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 95 (37.5% from 255) = 62.91%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=35.10%
G=62.91%
B=1.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal539530.4400.970.6387.3993.8819.22
Hex355F32C0613F575e13
Octal6513735401417712713623
Binary110101101111111101100011000011111111010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355F03; }

 p { color: rgb(53,95,3); }

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

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

 a { background-color: rgb(53,95,3); }

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

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

 span { border-color: rgb(53,95,3); }

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