#355703

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

Shades of Verdun Green #355703

Tints of Verdun Green #355703

Color information

#355703 (or 0x355703) is unknown color: approx Verdun Green. HEX triplet: 35, 57 and 03. RGB value is (53,87,3). Sum of RGB (Red+Green+Blue) = 53+87+3=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 87 (34.38% from 255 or 60.84% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 87 - color contains mainly: green. Hex color #355703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355703 is #CAA8FC. Grayscale: #434343. Windows color (decimal): -13281533 or 218933. OLE color: 218933.

HSL color Cylindrical-coordinate representation of color #355703: hue angle of 84.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #355703 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB53873-
CMYK0.3900.970.66
HSL84.29º93.33%17.65%-
HSV(B)84.29º96.55%34.12%-
XYZ4.897.581.29-
YUV67.2691.74117.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 87 (34.38% from 255) = 60.84%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=37.06%
G=60.84%
B=2.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal538730.3900.970.6684.2993.3317.65
Hex355732706142545d12
Octal65127347014110212413522
Binary1101011010111111001110110000110000101010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355703; }

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

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

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

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

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

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

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

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