#355B03

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

Shades of Verdun Green #355B03

Tints of Verdun Green #355B03

Color information

#355B03 (or 0x355B03) is unknown color: approx Verdun Green. HEX triplet: 35, 5B and 03. RGB value is (53,91,3). Sum of RGB (Red+Green+Blue) = 53+91+3=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 91 (35.94% from 255 or 61.90% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 91 - color contains mainly: green. Hex color #355B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355B03 is #CAA4FC. Grayscale: #454545. Windows color (decimal): -13280509 or 219957. OLE color: 219957.

HSL color Cylindrical-coordinate representation of color #355B03: hue angle of 85.91º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #355B03 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB53913-
CMYK0.4200.970.64
HSL85.91º93.62%18.43%-
HSV(B)85.91º96.7%35.69%-
XYZ5.238.251.4-
YUV69.6190.41116.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 91 (35.94% from 255) = 61.90%
BLUE value IS 3 (1.56% from 255) = 2.04%
R=36.05%
G=61.90%
B=2.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal539130.4200.970.6485.9193.6218.43
Hex355B32A06140565e12
Octal65133352014110012613622
Binary1101011011011111010100110000110000001010110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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